
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.Related
Packages that use Observation.Related
-
Uses of Observation.Related in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Observation.RelatedModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Observation.RelatedMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Observation.RelatedModifier and TypeMethodDescriptionObservation.addRelated(Observation.Related theValue) Adds a given new value for related ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Observation.RelatedModifier and TypeMethodDescriptionObservation.setRelated(List<Observation.Related> theValue) Sets the value(s) for related ()