Uses of Class
org.hl7.fhir.dstu2.model.Patient.PatientLinkComponent
-
Uses of Patient.PatientLinkComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Patient.PatientLinkComponent
JsonParser.parsePatientPatientLinkComponent
(com.google.gson.JsonObject json, Patient owner) protected Patient.PatientLinkComponent
XmlParser.parsePatientPatientLinkComponent
(org.xmlpull.v1.XmlPullParser xpp, Patient owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePatientPatientLinkComponent
(String name, Patient.PatientLinkComponent element) protected void
XmlParser.composePatientPatientLinkComponent
(String name, Patient.PatientLinkComponent element) protected void
JsonParser.composePatientPatientLinkComponentInner
(Patient.PatientLinkComponent element) -
Uses of Patient.PatientLinkComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<Patient.PatientLinkComponent> Patient.link
Link to another patient resource that concerns the same actual patient.Modifier and TypeMethodDescriptionPatient.addLink()
Patient.PatientLinkComponent.copy()
Patient.PatientLinkComponent.setOtherTarget
(Patient value) Patient.PatientLinkComponent.setType
(Patient.LinkType value) Patient.PatientLinkComponent.setTypeElement
(Enumeration<Patient.LinkType> value)