Uses of Class
com.ibm.fhir.model.resource.Patient.Link
-
Packages that use Patient.Link Package Description com.ibm.fhir.model.resource -
-
Uses of Patient.Link in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Patient.Link Modifier and Type Method Description Patient.Link
Patient.Link.Builder. build()
Build thePatient.Link
Methods in com.ibm.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 com.ibm.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 com.ibm.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.
-