Uses of Class
org.hl7.fhir.r4.model.Person.PersonLinkComponent
-
Packages that use Person.PersonLinkComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Person.PersonLinkComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Person.PersonLinkComponent Modifier and Type Method Description protected Person.PersonLinkComponentJsonParser. parsePersonPersonLinkComponent(com.google.gson.JsonObject json, Person owner)protected Person.PersonLinkComponentXmlParser. parsePersonPersonLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Person owner) -
Uses of Person.PersonLinkComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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)Person.PersonLinkComponentPerson.PersonLinkComponent. setTargetTarget(Resource value)Methods in org.hl7.fhir.r4.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.r4.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.r4.model with type arguments of type Person.PersonLinkComponent Modifier and Type Method Description PersonPerson. setLink(List<Person.PersonLinkComponent> theLink)
-