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.LinkPatient.Link.Builder. build()Build thePatient.LinkMethods in com.ibm.fhir.model.resource that return types with arguments of type Patient.Link Modifier and Type Method Description 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.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Patient.Link Modifier and Type Method Description Patient.BuilderPatient.Builder. link(Collection<Patient.Link> link)Link to another patient resource that concerns the same actual patient.
-