
Uses of Class
org.hl7.fhir.r5.model.Patient.PatientLinkComponent
Packages that use Patient.PatientLinkComponent
-
Uses of Patient.PatientLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Patient.PatientLinkComponentModifier and TypeMethodDescriptionprotected Patient.PatientLinkComponent
JsonParser.parsePatientLinkComponent
(com.google.gson.JsonObject json) protected Patient.PatientLinkComponent
XmlParser.parsePatientLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Patient.PatientLinkComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type Patient.PatientLinkComponentModifier and TypeFieldDescriptionprotected List
<Patient.PatientLinkComponent> Patient.link
Link to a Patient or RelatedPerson resource that concerns the same actual individual.Methods in org.hl7.fhir.r5.model that return Patient.PatientLinkComponentModifier and TypeMethodDescriptionPatient.addLink()
Patient.PatientLinkComponent.copy()
Patient.getLinkFirstRep()
Patient.PatientLinkComponent.setType
(Patient.LinkType value) Patient.PatientLinkComponent.setTypeElement
(Enumeration<Patient.LinkType> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Patient.PatientLinkComponentMethods in org.hl7.fhir.r5.model with parameters of type Patient.PatientLinkComponentModifier and TypeMethodDescriptionPatient.addLink
(Patient.PatientLinkComponent t) void
Patient.PatientLinkComponent.copyValues
(Patient.PatientLinkComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Patient.PatientLinkComponent