
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient.Link
Packages that use Patient.Link
-
Uses of Patient.Link in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Patient.LinkModifier and TypeMethodDescriptionPatient.addLink()
Adds and returns a new value for link ()Patient.getLinkFirstRep()
Gets the first repetition for link (), creating it if it does not already exist.Patient.Link.setOther
(ResourceReferenceDt theValue) Sets the value(s) for other ()Patient.Link.setType
(LinkTypeEnum theValue) Sets the value(s) for type ()Patient.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.LinkMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Patient.LinkModifier and TypeMethodDescriptionPatient.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.LinkModifier and TypeMethodDescriptionPatient.setLink
(List<Patient.Link> theValue) Sets the value(s) for link ()