Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient.Link
-
Uses of Patient.Link in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionPatient.addLink
(Patient.Link theValue) Adds a given new value for link ()Modifier and TypeMethodDescriptionPatient.setLink
(List<Patient.Link> theValue) Sets the value(s) for link ()