Uses of Class
org.linuxforhealth.fhir.model.resource.Patient.Link
-
Packages that use Patient.Link Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Patient.Link in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Patient.Link Modifier and Type Method Description Patient.LinkPatient.Link.Builder. build()Build thePatient.LinkMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Patient.Link Modifier and Type Method Description java.util.List<Patient.Link>Patient. getLink()Link to another patient resource that concerns the same actual patient.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Patient.Link Modifier and Type Method Description protected Patient.Link.BuilderPatient.Link.Builder. from(Patient.Link link)Patient.BuilderPatient.Builder. link(Patient.Link... link)Link to another patient resource that concerns the same actual patient.protected voidPatient.Link.Builder. validate(Patient.Link link)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Patient.Link Modifier and Type Method Description Patient.BuilderPatient.Builder. link(java.util.Collection<Patient.Link> link)Link to another patient resource that concerns the same actual patient.
-