Uses of Class
org.hl7.fhir.r5.model.Enumerations.EventStatus
-
Packages that use Enumerations.EventStatus Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.EventStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.EventStatus Modifier and Type Field Description protected 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.EventStatus Modifier and Type Method Description static Enumerations.EventStatusEnumerations.EventStatus. fromCode(String codeString)Enumerations.EventStatusEnumerations.EventStatusEnumFactory. fromCode(String codeString)Enumerations.EventStatusClinicalImpression. getStatus()Enumerations.EventStatusCommunication. getStatus()Enumerations.EventStatusNutritionIntake. getStatus()Enumerations.EventStatusProcedure. getStatus()static Enumerations.EventStatusEnumerations.EventStatus. valueOf(String name)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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.EventStatus Modifier and Type Method Description Enumeration<Enumerations.EventStatus>Enumerations.EventStatusEnumFactory. fromType(Base code)Enumeration<Enumerations.EventStatus>ClinicalImpression. getStatusElement()Enumeration<Enumerations.EventStatus>Communication. getStatusElement()Enumeration<Enumerations.EventStatus>NutritionIntake. getStatusElement()Enumeration<Enumerations.EventStatus>Procedure. getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.EventStatus Modifier and Type Method Description ClinicalImpressionClinicalImpression. setStatus(Enumerations.EventStatus value)CommunicationCommunication. setStatus(Enumerations.EventStatus value)NutritionIntakeNutritionIntake. setStatus(Enumerations.EventStatus value)ProcedureProcedure. setStatus(Enumerations.EventStatus value)StringEnumerations.EventStatusEnumFactory. toCode(Enumerations.EventStatus code)StringEnumerations.EventStatusEnumFactory. toSystem(Enumerations.EventStatus code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.EventStatus Modifier and Type Method Description ClinicalImpressionClinicalImpression. setStatusElement(Enumeration<Enumerations.EventStatus> value)CommunicationCommunication. setStatusElement(Enumeration<Enumerations.EventStatus> value)NutritionIntakeNutritionIntake. setStatusElement(Enumeration<Enumerations.EventStatus> value)ProcedureProcedure. setStatusElement(Enumeration<Enumerations.EventStatus> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.EventStatus Constructor Description ClinicalImpression(Enumerations.EventStatus status, Reference subject)ConstructorCommunication(Enumerations.EventStatus status)ConstructorNutritionIntake(Enumerations.EventStatus status, Reference subject, NutritionIntake.NutritionIntakeConsumedItemComponent consumedItem)ConstructorProcedure(Enumerations.EventStatus status, Reference subject)Constructor
-