Uses of Class
ca.uhn.fhir.model.dstu2.resource.Person.Link
-
Packages that use Person.Link Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Person.Link in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Person.Link Modifier and Type Method Description Person.LinkPerson. addLink()Adds and returns a new value for link ()Person.LinkPerson. getLinkFirstRep()Gets the first repetition for link (), creating it if it does not already exist.Person.LinkPerson.Link. setAssurance(IdentityAssuranceLevelEnum theValue)Sets the value(s) for assurance ()Person.LinkPerson.Link. setAssurance(ca.uhn.fhir.model.primitive.BoundCodeDt<IdentityAssuranceLevelEnum> theValue)Sets the value(s) for assurance ()Person.LinkPerson.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.Link Modifier and Type Method Description List<Person.Link>Person. getLink()Gets the value(s) for link ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Person.Link Modifier and Type Method Description PersonPerson. 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.Link Modifier and Type Method Description PersonPerson. setLink(List<Person.Link> theValue)Sets the value(s) for link ()
-