Uses of Class
org.hl7.fhir.r5.model.Person.PersonLinkComponent
-
Uses of Person.PersonLinkComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Person.PersonLinkComponent
JsonParser.parsePersonLinkComponent
(com.google.gson.JsonObject json) protected Person.PersonLinkComponent
XmlParser.parsePersonLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePersonLinkComponent
(String name, Person.PersonLinkComponent element) protected void
RdfParser.composePersonLinkComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Person.PersonLinkComponent element, int index) protected void
XmlParser.composePersonLinkComponent
(String name, Person.PersonLinkComponent element) protected void
XmlParser.composePersonLinkComponentElements
(Person.PersonLinkComponent element) protected void
JsonParser.composePersonLinkComponentProperties
(Person.PersonLinkComponent element) protected boolean
XmlParser.parsePersonLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Person.PersonLinkComponent res) protected void
JsonParser.parsePersonLinkComponentProperties
(com.google.gson.JsonObject json, Person.PersonLinkComponent res) -
Uses of Person.PersonLinkComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Person.PersonLinkComponent> Person.link
Link to a resource that concerns the same actual person.Modifier and TypeMethodDescriptionPerson.addLink()
Person.PersonLinkComponent.copy()
Person.getLinkFirstRep()
Person.PersonLinkComponent.setAssurance
(Person.IdentityAssuranceLevel value) Person.PersonLinkComponent.setAssuranceElement
(Enumeration<Person.IdentityAssuranceLevel> value) Modifier and TypeMethodDescriptionPerson.addLink
(Person.PersonLinkComponent t) void
Person.PersonLinkComponent.copyValues
(Person.PersonLinkComponent dst)