Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.Related
-
Uses of Observation.Related in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionObservation.addRelated()
Adds and returns a new value for related ()Observation.getRelatedFirstRep()
Gets the first repetition for related (), creating it if it does not already exist.Observation.Related.setTarget
(ResourceReferenceDt theValue) Sets the value(s) for target ()Observation.Related.setType
(ObservationRelationshipTypeEnum theValue) Sets the value(s) for type ()Observation.Related.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<ObservationRelationshipTypeEnum> theValue) Sets the value(s) for type ()Modifier and TypeMethodDescriptionObservation.addRelated
(Observation.Related theValue) Adds a given new value for related ()Modifier and TypeMethodDescriptionObservation.setRelated
(List<Observation.Related> theValue) Sets the value(s) for related ()