Uses of Class
org.hl7.fhir.r5.model.Patient.PatientLinkComponent
-
Uses of Patient.PatientLinkComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Patient.PatientLinkComponent
JsonParser.parsePatientLinkComponent
(com.google.gson.JsonObject json) protected Patient.PatientLinkComponent
XmlParser.parsePatientLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePatientLinkComponent
(String name, Patient.PatientLinkComponent element) protected void
RdfParser.composePatientLinkComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient.PatientLinkComponent element, int index) protected void
XmlParser.composePatientLinkComponent
(String name, Patient.PatientLinkComponent element) protected void
XmlParser.composePatientLinkComponentElements
(Patient.PatientLinkComponent element) protected void
JsonParser.composePatientLinkComponentProperties
(Patient.PatientLinkComponent element) protected boolean
XmlParser.parsePatientLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient.PatientLinkComponent res) protected void
JsonParser.parsePatientLinkComponentProperties
(com.google.gson.JsonObject json, Patient.PatientLinkComponent res) -
Uses of Patient.PatientLinkComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Patient.PatientLinkComponent> Patient.link
Link to a Patient or RelatedPerson resource that concerns the same actual individual.Modifier and TypeMethodDescriptionPatient.addLink()
Patient.PatientLinkComponent.copy()
Patient.getLinkFirstRep()
Patient.PatientLinkComponent.setType
(Patient.LinkType value) Patient.PatientLinkComponent.setTypeElement
(Enumeration<Patient.LinkType> value) Modifier and TypeMethodDescriptionPatient.addLink
(Patient.PatientLinkComponent t) void
Patient.PatientLinkComponent.copyValues
(Patient.PatientLinkComponent dst)