Uses of Class
com.ibm.fhir.model.resource.Person.Link
-
Packages that use Person.Link Package Description com.ibm.fhir.model.resource -
-
Uses of Person.Link in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Person.Link Modifier and Type Method Description Person.LinkPerson.Link.Builder. build()Build thePerson.LinkMethods in com.ibm.fhir.model.resource that return types with arguments of type Person.Link Modifier and Type Method Description List<Person.Link>Person. getLink()Link to a resource that concerns the same actual person.Methods in com.ibm.fhir.model.resource with parameters of type Person.Link Modifier and Type Method Description protected Person.Link.BuilderPerson.Link.Builder. from(Person.Link link)Person.BuilderPerson.Builder. link(Person.Link... link)Link to a resource that concerns the same actual person.protected voidPerson.Link.Builder. validate(Person.Link link)Method parameters in com.ibm.fhir.model.resource with type arguments of type Person.Link Modifier and Type Method Description Person.BuilderPerson.Builder. link(Collection<Person.Link> link)Link to a resource that concerns the same actual person.
-