Uses of Enum
org.hl7.fhir.r5.model.Enumerations.EventStatus
-
Uses of Enumerations.EventStatus in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.EventStatus> ClinicalImpression.status
Identifies the workflow status of the assessment.protected Enumeration
<Enumerations.EventStatus> Communication.status
The status of the transmission.protected Enumeration
<Enumerations.EventStatus> NutritionIntake.status
A code representing the patient or other source's judgment about the state of the intake that this assertion is about.protected Enumeration
<Enumerations.EventStatus> Procedure.status
A code specifying the state of the procedure.Modifier and TypeMethodDescriptionstatic Enumerations.EventStatus
ClinicalImpression.getStatus()
Communication.getStatus()
NutritionIntake.getStatus()
Procedure.getStatus()
static Enumerations.EventStatus
Returns the enum constant of this type with the specified name.static Enumerations.EventStatus[]
Enumerations.EventStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.EventStatusEnumFactory.fromType
(PrimitiveType<?> code) ClinicalImpression.getStatusElement()
Communication.getStatusElement()
NutritionIntake.getStatusElement()
Procedure.getStatusElement()
Modifier and TypeMethodDescriptionClinicalImpression.setStatus
(Enumerations.EventStatus value) Communication.setStatus
(Enumerations.EventStatus value) NutritionIntake.setStatus
(Enumerations.EventStatus value) Procedure.setStatus
(Enumerations.EventStatus value) Enumerations.EventStatusEnumFactory.toCode
(Enumerations.EventStatus code) Enumerations.EventStatusEnumFactory.toSystem
(Enumerations.EventStatus code) Modifier and TypeMethodDescriptionClinicalImpression.setStatusElement
(Enumeration<Enumerations.EventStatus> value) Communication.setStatusElement
(Enumeration<Enumerations.EventStatus> value) NutritionIntake.setStatusElement
(Enumeration<Enumerations.EventStatus> value) Procedure.setStatusElement
(Enumeration<Enumerations.EventStatus> value) ModifierConstructorDescriptionClinicalImpression
(Enumerations.EventStatus status, Reference subject) ConstructorConstructorNutritionIntake
(Enumerations.EventStatus status, Reference subject, NutritionIntake.NutritionIntakeConsumedItemComponent consumedItem) ConstructorProcedure
(Enumerations.EventStatus status, Reference subject) Constructor