|
|
|
link_comm_channel(self,
comm_medium=None,
url=None,
is_confidential=False,
pk_channel_type=None)
Link a communication medium with this org unit. |
source code
|
|
|
unlink_comm_channel(self,
comm_channel=None) |
source code
|
|
|
get_external_ids(self,
id_type=None,
issuer=None) |
source code
|
|
|
add_external_id(self,
type_name=None,
value=None,
issuer=None,
comment=None,
pk_type=None)
Adds an external ID to an org unit. |
source code
|
|
|
|
|
|
|
link_address(self,
id_type=None,
address=None) |
source code
|
|
|
|
|
|
Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject :
__del__ ,
__getitem__ ,
__init__ ,
__setitem__ ,
__str__ ,
fields_as_dict ,
get_fields ,
get_patient ,
get_updatable_fields ,
is_modified ,
refetch_payload ,
same_payload ,
save ,
save_payload ,
staff_id
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|