![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.Observation.ObservationStatus
Packages that use Observation.ObservationStatus
-
Uses of Observation.ObservationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Observation.ObservationStatusModifier and TypeFieldDescriptionprotected Enumeration
<Observation.ObservationStatus> Observation.status
The status of the result value.Methods in org.hl7.fhir.r4.model that return Observation.ObservationStatusModifier and TypeMethodDescriptionObservation.getStatus()
Returns the enum constant of this type with the specified name.static Observation.ObservationStatus[]
Observation.ObservationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Observation.ObservationStatusModifier and TypeMethodDescriptionObservation.ObservationStatusEnumFactory.fromType
(PrimitiveType<?> code) Observation.getStatusElement()
Methods in org.hl7.fhir.r4.model with parameters of type Observation.ObservationStatusModifier and TypeMethodDescriptionObservation.setStatus
(Observation.ObservationStatus value) Observation.ObservationStatusEnumFactory.toCode
(Observation.ObservationStatus code) Observation.ObservationStatusEnumFactory.toSystem
(Observation.ObservationStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Observation.ObservationStatusModifier and TypeMethodDescriptionObservation.setStatusElement
(Enumeration<Observation.ObservationStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Observation.ObservationStatusModifierConstructorDescriptionObservation
(Enumeration<Observation.ObservationStatus> status, CodeableConcept code) Constructor