
Uses of Enum Class
org.hl7.fhir.r5.model.Enumerations.EventStatus
Packages that use Enumerations.EventStatus
-
Uses of Enumerations.EventStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.EventStatusModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.EventStatus> ClinicalImpression.statusIdentifies the workflow status of the assessment.protected Enumeration<Enumerations.EventStatus> Communication.statusThe status of the transmission.protected Enumeration<Enumerations.EventStatus> NutritionIntake.statusA 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.statusA code specifying the state of the procedure.Methods in org.hl7.fhir.r5.model that return Enumerations.EventStatusModifier and TypeMethodDescriptionstatic Enumerations.EventStatusClinicalImpression.getStatus()Communication.getStatus()NutritionIntake.getStatus()Procedure.getStatus()static Enumerations.EventStatusReturns the enum constant of this class with the specified name.static Enumerations.EventStatus[]Enumerations.EventStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.EventStatusModifier and TypeMethodDescriptionEnumerations.EventStatusEnumFactory.fromType(PrimitiveType<?> code) ClinicalImpression.getStatusElement()Communication.getStatusElement()NutritionIntake.getStatusElement()Procedure.getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.EventStatusModifier 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) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.EventStatusModifier 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) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.EventStatusModifierConstructorDescriptionClinicalImpression(Enumerations.EventStatus status, Reference subject) ConstructorConstructorNutritionIntake(Enumerations.EventStatus status, Reference subject, NutritionIntake.NutritionIntakeConsumedItemComponent consumedItem) ConstructorProcedure(Enumerations.EventStatus status, Reference subject) Constructor