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.Link
Person.Link.Builder. build()
Build thePerson.Link
Methods 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.Builder
Person.Link.Builder. from(Person.Link link)
Person.Builder
Person.Builder. link(Person.Link... link)
Link to a resource that concerns the same actual person.protected void
Person.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.Builder
Person.Builder. link(Collection<Person.Link> link)
Link to a resource that concerns the same actual person.
-