|
|
|
|
|
|
|
|
|
|
|
|
|
setAddress(self,
number,
street,
urb,
postcode,
state,
country) |
source code
|
|
|
set(self,
name,
office,
subtype,
memo,
category,
phone,
fax,
email,
mobile) |
source code
|
|
|
|
|
|
|
linkNewAddress(self,
number,
street,
urb,
postcode,
state=None,
country=None)
Adds a new address into this org list of addresses. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getPersonMap(self,
reload=True)
gets the persons associated with this org, lazy loading demographic
records and caching if needed; need to later use a singleton
demographic cache, so that single copies of a demographic record is
shared |
source code
|
|
Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject :
__del__ ,
__str__ ,
get_fields ,
get_patient ,
get_updatable_fields ,
is_modified ,
refetch_payload ,
same_payload ,
save_payload
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|