Uses of Class
org.hl7.fhir.r5.model.Person.PersonLinkComponent
-
Packages that use Person.PersonLinkComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Person.PersonLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Person.PersonLinkComponent Modifier and Type Method Description protected Person.PersonLinkComponentJsonParser. parsePersonLinkComponent(com.google.gson.JsonObject json)protected Person.PersonLinkComponentXmlParser. parsePersonLinkComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Person.PersonLinkComponent Modifier and Type Method Description protected voidJsonParser. composePersonLinkComponent(String name, Person.PersonLinkComponent element)protected voidRdfParser. composePersonLinkComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Person.PersonLinkComponent element, int index)protected voidXmlParser. composePersonLinkComponent(String name, Person.PersonLinkComponent element)protected voidXmlParser. composePersonLinkComponentElements(Person.PersonLinkComponent element)protected voidJsonParser. composePersonLinkComponentProperties(Person.PersonLinkComponent element)protected booleanXmlParser. parsePersonLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Person.PersonLinkComponent res)protected voidJsonParser. parsePersonLinkComponentProperties(com.google.gson.JsonObject json, Person.PersonLinkComponent res) -
Uses of Person.PersonLinkComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Person.PersonLinkComponent Modifier and Type Field Description protected List<Person.PersonLinkComponent>Person. linkLink to a resource that concerns the same actual person.Methods in org.hl7.fhir.r5.model that return Person.PersonLinkComponent Modifier and Type Method Description Person.PersonLinkComponentPerson. addLink()Person.PersonLinkComponentPerson.PersonLinkComponent. copy()Person.PersonLinkComponentPerson. getLinkFirstRep()Person.PersonLinkComponentPerson.PersonLinkComponent. setAssurance(Person.IdentityAssuranceLevel value)Person.PersonLinkComponentPerson.PersonLinkComponent. setAssuranceElement(Enumeration<Person.IdentityAssuranceLevel> value)Person.PersonLinkComponentPerson.PersonLinkComponent. setTarget(Reference value)Methods in org.hl7.fhir.r5.model that return types with arguments of type Person.PersonLinkComponent Modifier and Type Method Description List<Person.PersonLinkComponent>Person. getLink()Methods in org.hl7.fhir.r5.model with parameters of type Person.PersonLinkComponent Modifier and Type Method Description PersonPerson. addLink(Person.PersonLinkComponent t)voidPerson.PersonLinkComponent. copyValues(Person.PersonLinkComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Person.PersonLinkComponent Modifier and Type Method Description PersonPerson. setLink(List<Person.PersonLinkComponent> theLink)
-