Uses of Class
org.hl7.fhir.dstu2.model.Patient.PatientLinkComponent
-
Packages that use Patient.PatientLinkComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Patient.PatientLinkComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Patient.PatientLinkComponent Modifier and Type Method Description protected Patient.PatientLinkComponentJsonParser. parsePatientPatientLinkComponent(com.google.gson.JsonObject json, Patient owner)protected Patient.PatientLinkComponentXmlParser. parsePatientPatientLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Patient.PatientLinkComponent Modifier and Type Method Description protected voidJsonParser. composePatientPatientLinkComponent(String name, Patient.PatientLinkComponent element)protected voidXmlParser. composePatientPatientLinkComponent(String name, Patient.PatientLinkComponent element)protected voidJsonParser. composePatientPatientLinkComponentInner(Patient.PatientLinkComponent element) -
Uses of Patient.PatientLinkComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Patient.PatientLinkComponent Modifier and Type Field Description protected List<Patient.PatientLinkComponent>Patient. linkLink to another patient resource that concerns the same actual patient.Methods in org.hl7.fhir.dstu2.model that return Patient.PatientLinkComponent Modifier and Type Method Description Patient.PatientLinkComponentPatient. addLink()Patient.PatientLinkComponentPatient.PatientLinkComponent. copy()Patient.PatientLinkComponentPatient.PatientLinkComponent. setOther(Reference value)Patient.PatientLinkComponentPatient.PatientLinkComponent. setOtherTarget(Patient value)Patient.PatientLinkComponentPatient.PatientLinkComponent. setType(Patient.LinkType value)Patient.PatientLinkComponentPatient.PatientLinkComponent. setTypeElement(Enumeration<Patient.LinkType> value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Patient.PatientLinkComponent Modifier and Type Method Description List<Patient.PatientLinkComponent>Patient. getLink()Methods in org.hl7.fhir.dstu2.model with parameters of type Patient.PatientLinkComponent Modifier and Type Method Description PatientPatient. addLink(Patient.PatientLinkComponent t)
-