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.Link
Patient.Link.Builder. build()
Build thePatient.Link
Methods 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.Builder
Patient.Link.Builder. from(Patient.Link link)
Patient.Builder
Patient.Builder. link(Patient.Link... link)
Link to another patient resource that concerns the same actual patient.protected void
Patient.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.Builder
Patient.Builder. link(java.util.Collection<Patient.Link> link)
Link to another patient resource that concerns the same actual patient.
-