
Uses of Class
org.hl7.fhir.r5.model.Person.PersonLinkComponent
Packages that use Person.PersonLinkComponent
-
Uses of Person.PersonLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Person.PersonLinkComponentModifier and TypeMethodDescriptionprotected 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.PersonLinkComponentModifier and TypeMethodDescriptionprotected 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.PersonLinkComponentModifier and TypeFieldDescriptionprotected List<Person.PersonLinkComponent> Person.linkLink to a resource that concerns the same actual person.Methods in org.hl7.fhir.r5.model that return Person.PersonLinkComponentModifier and TypeMethodDescriptionPerson.addLink()Person.PersonLinkComponent.copy()Person.getLinkFirstRep()Person.PersonLinkComponent.setAssurance(Person.IdentityAssuranceLevel value) Person.PersonLinkComponent.setAssuranceElement(Enumeration<Person.IdentityAssuranceLevel> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Person.PersonLinkComponentMethods in org.hl7.fhir.r5.model with parameters of type Person.PersonLinkComponentModifier and TypeMethodDescriptionPerson.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