Uses of Class
ca.uhn.fhir.model.dstu2.resource.Person.Link
-
Uses of Person.Link in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionPerson.addLink
(Person.Link theValue) Adds a given new value for link ()Modifier and TypeMethodDescriptionPerson.setLink
(List<Person.Link> theValue) Sets the value(s) for link ()