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