Uses of Class
org.somda.sdc.biceps.model.participant.PersonReference
-
Packages that use PersonReference Package Description org.somda.sdc.biceps.model.participant -
-
Uses of PersonReference in org.somda.sdc.biceps.model.participant
Subclasses of PersonReference in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classPersonParticipationA reference to an identifiable person with a name that participates in a role.Fields in org.somda.sdc.biceps.model.participant declared as PersonReference Modifier and Type Field Description protected PersonReferenceNeonatalPatientDemographicsCoreData. motherprotected PersonReferenceWorkflowContextState.WorkflowDetail. patientprotected PersonReferenceWorkflowContextState.WorkflowDetail.RequestedOrderDetail. referringPhysicianprotected PersonReferenceWorkflowContextState.WorkflowDetail.RequestedOrderDetail. requestingPhysicianMethods in org.somda.sdc.biceps.model.participant that return PersonReference Modifier and Type Method Description PersonReferenceObjectFactory. createPersonReference()Create an instance ofPersonReferencePersonReferenceNeonatalPatientDemographicsCoreData. getMother()Gets the value of the mother property.PersonReferenceWorkflowContextState.WorkflowDetail. getPatient()Gets the value of the patient property.PersonReferenceWorkflowContextState.WorkflowDetail.RequestedOrderDetail. getReferringPhysician()Gets the value of the referringPhysician property.PersonReferenceWorkflowContextState.WorkflowDetail.RequestedOrderDetail. getRequestingPhysician()Gets the value of the requestingPhysician property.Methods in org.somda.sdc.biceps.model.participant with parameters of type PersonReference Modifier and Type Method Description voidNeonatalPatientDemographicsCoreData. setMother(PersonReference value)Sets the value of the mother property.voidWorkflowContextState.WorkflowDetail. setPatient(PersonReference value)Sets the value of the patient property.voidWorkflowContextState.WorkflowDetail.RequestedOrderDetail. setReferringPhysician(PersonReference value)Sets the value of the referringPhysician property.voidWorkflowContextState.WorkflowDetail.RequestedOrderDetail. setRequestingPhysician(PersonReference value)Sets the value of the requestingPhysician property.
-