Uses of Class
org.hl7.fhir.r4b.model.Patient.PatientLinkComponent
-
Packages that use Patient.PatientLinkComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Patient.PatientLinkComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Patient.PatientLinkComponent Modifier and Type Method Description protected Patient.PatientLinkComponentJsonParser. parsePatientLinkComponent(com.google.gson.JsonObject json)protected Patient.PatientLinkComponentXmlParser. parsePatientLinkComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Patient.PatientLinkComponent Modifier and Type Method Description protected voidJsonParser. composePatientLinkComponent(String name, Patient.PatientLinkComponent element)protected voidRdfParser. composePatientLinkComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient.PatientLinkComponent element, int index)protected voidXmlParser. composePatientLinkComponent(String name, Patient.PatientLinkComponent element)protected voidXmlParser. composePatientLinkComponentElements(Patient.PatientLinkComponent element)protected voidJsonParser. composePatientLinkComponentProperties(Patient.PatientLinkComponent element)protected booleanXmlParser. parsePatientLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient.PatientLinkComponent res)protected voidJsonParser. parsePatientLinkComponentProperties(com.google.gson.JsonObject json, Patient.PatientLinkComponent res) -
Uses of Patient.PatientLinkComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.model that return Patient.PatientLinkComponent Modifier and Type Method Description Patient.PatientLinkComponentPatient. addLink()Patient.PatientLinkComponentPatient.PatientLinkComponent. copy()Patient.PatientLinkComponentPatient. getLinkFirstRep()Patient.PatientLinkComponentPatient.PatientLinkComponent. setOther(Reference value)Patient.PatientLinkComponentPatient.PatientLinkComponent. setType(Patient.LinkType value)Patient.PatientLinkComponentPatient.PatientLinkComponent. setTypeElement(Enumeration<Patient.LinkType> value)Methods in org.hl7.fhir.r4b.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.r4b.model with parameters of type Patient.PatientLinkComponent Modifier and Type Method Description PatientPatient. addLink(Patient.PatientLinkComponent t)voidPatient.PatientLinkComponent. copyValues(Patient.PatientLinkComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Patient.PatientLinkComponent Modifier and Type Method Description PatientPatient. setLink(List<Patient.PatientLinkComponent> theLink)
-