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