
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.PatientLinkComponentJsonParser.parsePatientLinkComponent(com.google.gson.JsonObject json) protected Patient.PatientLinkComponentXmlParser.parsePatientLinkComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Patient.PatientLinkComponentModifier and TypeMethodDescriptionprotected 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.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Patient.PatientLinkComponentModifier and TypeFieldDescriptionprotected List<Patient.PatientLinkComponent> Patient.linkLink 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) voidPatient.PatientLinkComponent.copyValues(Patient.PatientLinkComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Patient.PatientLinkComponent