Uses of Class
org.linuxforhealth.fhir.model.resource.Person.Link
-
Packages that use Person.Link Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Person.Link in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Person.Link Modifier and Type Method Description Person.Link
Person.Link.Builder. build()
Build thePerson.Link
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Person.Link Modifier and Type Method Description java.util.List<Person.Link>
Person. getLink()
Link to a resource that concerns the same actual person.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type Person.Link Modifier and Type Method Description Person.Builder
Person.Builder. link(java.util.Collection<Person.Link> link)
Link to a resource that concerns the same actual person.
-