Example #1
0
def getDoctorTitle(instance):
    return get_attr_from_field(instance, 'Doctor', 'Title', '')
Example #2
0
def getDoctorUID(instance):
    return get_attr_from_field(instance, 'Doctor', 'UID', '')
Example #3
0
def getClientPatientID(instance):
    return get_attr_from_field(instance, 'Patient', 'ClientPatientID', '')
Example #4
0
def getPatientID(instance):
    return get_attr_from_field(instance, 'Patient', 'getId', '')
Example #5
0
def getPatientTitle(instance):
    return get_attr_from_field(instance, 'Patient', 'Title', '')
Example #6
0
def getPatientUID(instance):
    return get_attr_from_field(instance, 'Patient', 'UID', '')