Uses of Class
org.hl7.fhir.r4.model.ObservationDefinition
-
Packages that use ObservationDefinition Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ObservationDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ObservationDefinition Modifier and Type Method Description protected ObservationDefinitionJsonParser. parseObservationDefinition(com.google.gson.JsonObject json)protected ObservationDefinitionXmlParser. parseObservationDefinition(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ObservationDefinition in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ObservationDefinition Modifier and Type Field Description protected List<ObservationDefinition>ActivityDefinition. observationRequirementTargetThe actual objects that are the target of the reference (Defines observation requirements for the action to be performed, such as body weight or surface area.)protected List<ObservationDefinition>ActivityDefinition. observationResultRequirementTargetThe actual objects that are the target of the reference (Defines the observations that are expected to be produced by the action.)Methods in org.hl7.fhir.r4.model that return types with arguments of type ObservationDefinition Modifier and Type Method Description List<ObservationDefinition>ActivityDefinition. getObservationRequirementTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ObservationDefinition>ActivityDefinition. getObservationResultRequirementTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type ObservationDefinition Modifier and Type Method Description voidObservationDefinition. copyValues(ObservationDefinition dst)
-