Home | Trees | Indices | Help |
|
---|
|
object --+ | pycommon.gmBorg.cBorg --+ | gmPlaceholderHandler
Replaces placeholders in forms, fields, etc. - patient related placeholders operate on the currently active patient - is passed to the forms handling code, for example Note that this cannot be called from a non-gui thread unless wrapped in wx.CallAfter. There are currently three types of placeholders: simple static placeholders - those are listed in known_placeholders - they are used as-is extended static placeholders - those are like the static ones but have "::::<NUMBER>" appended where <NUMBER> is the maximum length variant placeholders - those are listed in known_variant_placeholders - they are parsed into placeholder, data, and maximum length - the length is optional - data is passed to the handler
Instance Methods | |||
|
|||
|
|||
Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
placeholder_regex = property(lambda x: default_placeholder_reg
|
|
lastname = property(_get_lastname, _setter_noop)
|
|
firstname = property(_get_firstname, _setter_noop)
|
|
title = property(_get_title, _setter_noop)
|
|
date_of_birth = property(_get_dob, _setter_noop)
|
|
progress_notes = property(_get_progress_notes, _setter_noop)
|
|
soap = property(_get_progress_notes, _setter_noop)
|
|
soap_s = property(_get_soap_s, _setter_noop)
|
|
soap_o = property(_get_soap_o, _setter_noop)
|
|
soap_a = property(_get_soap_a, _setter_noop)
|
|
soap_p = property(_get_soap_p, _setter_noop)
|
|
soap_admin = property(_get_soap_admin, _setter_noop)
|
|
allergy_state = property(_get_allergy_state, _setter_noop)
|
|
client_version = property(_get_client_version, _setter_noop)
|
|
current_provider = property(_get_current_provider, _setter_noop)
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Map self['placeholder'] to self.placeholder. This is useful for replacing placeholders parsed out of documents as strings. Unknown/invalid placeholders still deliver a result but it will be glaringly obvious if debugging is enabled. |
Class Variable Details |
placeholder_regex
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 29 04:04:30 2010 | http://epydoc.sourceforge.net |