Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.Related
-
Packages that use Observation.Related Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Observation.Related in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Observation.Related Modifier and Type Method Description Observation.RelatedObservation. addRelated()Adds and returns a new value for related ()Observation.RelatedObservation. getRelatedFirstRep()Gets the first repetition for related (), creating it if it does not already exist.Observation.RelatedObservation.Related. setTarget(ResourceReferenceDt theValue)Sets the value(s) for target ()Observation.RelatedObservation.Related. setType(ObservationRelationshipTypeEnum theValue)Sets the value(s) for type ()Observation.RelatedObservation.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.Related Modifier and Type Method Description List<Observation.Related>Observation. getRelated()Gets the value(s) for related ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Observation.Related Modifier and Type Method Description ObservationObservation. 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.Related Modifier and Type Method Description ObservationObservation. setRelated(List<Observation.Related> theValue)Sets the value(s) for related ()
-