Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient.Link
-
Packages that use Patient.Link Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Patient.Link in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Patient.Link Modifier and Type Method Description Patient.LinkPatient. addLink()Adds and returns a new value for link ()Patient.LinkPatient. getLinkFirstRep()Gets the first repetition for link (), creating it if it does not already exist.Patient.LinkPatient.Link. setOther(ResourceReferenceDt theValue)Sets the value(s) for other ()Patient.LinkPatient.Link. setType(LinkTypeEnum theValue)Sets the value(s) for type ()Patient.LinkPatient.Link. setType(ca.uhn.fhir.model.primitive.BoundCodeDt<LinkTypeEnum> theValue)Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Patient.Link Modifier and Type Method Description List<Patient.Link>Patient. getLink()Gets the value(s) for link ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Patient.Link Modifier and Type Method Description PatientPatient. addLink(Patient.Link theValue)Adds a given new value for link ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Patient.Link Modifier and Type Method Description PatientPatient. setLink(List<Patient.Link> theValue)Sets the value(s) for link ()
-