|
|
|
|
|
|
|
|
|
get_formatted_dob(self,
format=' %x ' ,
encoding=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
add_external_id(self,
type_name=None,
value=None,
issuer=None,
comment=None,
context=u' p ' ,
pk_type=None)
Adds an external ID to the patient. |
source code
|
|
|
|
|
get_external_ids(self,
id_type=None,
issuer=None,
context=None) |
source code
|
|
|
|
|
|
|
put_on_waiting_list(self,
urgency=0,
comment=None,
zone=None) |
source code
|
|
|
export_as_gdt(self,
filename=None,
encoding=' iso-8859-15 ' ,
external_id_type=None) |
source code
|
|
|
|
|
link_occupation(self,
occupation=None,
activities=None)
Link an occupation with a patient, creating the occupation if it does
not exists. |
source code
|
|
|
|
|
|
|
link_comm_channel(self,
comm_medium=None,
url=None,
is_confidential=False,
pk_channel_type=None)
Link a communication medium with a patient. |
source code
|
|
|
unlink_comm_channel(self,
comm_channel=None) |
source code
|
|
|
|
|
link_address(self,
number=None,
street=None,
postcode=None,
urb=None,
state=None,
country=None,
subunit=None,
suburb=None,
id_type=None)
Link an address with a patient, creating the address if it does not
exists. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
dob_in_range(self,
min_distance=u' 1 week ' ,
max_distance=u' 1 week ' ) |
source code
|
|
|
|
|
|
|
get_dirname(self)
Format patient demographics into patient specific path name fragment. |
source code
|
|
Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject :
__del__ ,
__getitem__ ,
__init__ ,
__str__ ,
get_fields ,
get_patient ,
get_updatable_fields ,
is_modified ,
refetch_payload ,
same_payload ,
save ,
save_payload
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|