
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Person.Link
Packages that use Person.Link
-
Uses of Person.Link in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Person.LinkModifier and TypeMethodDescriptionPerson.addLink()
Adds and returns a new value for link ()Person.getLinkFirstRep()
Gets the first repetition for link (), creating it if it does not already exist.Person.Link.setAssurance
(IdentityAssuranceLevelEnum theValue) Sets the value(s) for assurance ()Person.Link.setAssurance
(ca.uhn.fhir.model.primitive.BoundCodeDt<IdentityAssuranceLevelEnum> theValue) Sets the value(s) for assurance ()Person.Link.setTarget
(ResourceReferenceDt theValue) Sets the value(s) for target ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Person.LinkMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Person.LinkModifier and TypeMethodDescriptionPerson.addLink
(Person.Link theValue) Adds a given new value for link ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Person.LinkModifier and TypeMethodDescriptionPerson.setLink
(List<Person.Link> theValue) Sets the value(s) for link ()