
Uses of Enum Class
org.hl7.fhir.r4.model.Procedure.ProcedureStatus
Packages that use Procedure.ProcedureStatus
-
Uses of Procedure.ProcedureStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Procedure.ProcedureStatusModifier and TypeFieldDescriptionprotected Enumeration<Procedure.ProcedureStatus> Procedure.statusA code specifying the state of the procedure.Methods in org.hl7.fhir.r4.model that return Procedure.ProcedureStatusModifier and TypeMethodDescriptionstatic Procedure.ProcedureStatusProcedure.getStatus()static Procedure.ProcedureStatusReturns the enum constant of this class with the specified name.static Procedure.ProcedureStatus[]Procedure.ProcedureStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Procedure.ProcedureStatusModifier and TypeMethodDescriptionProcedure.ProcedureStatusEnumFactory.fromType(PrimitiveType<?> code) Procedure.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Procedure.ProcedureStatusModifier and TypeMethodDescriptionProcedure.setStatus(Procedure.ProcedureStatus value) Procedure.ProcedureStatusEnumFactory.toCode(Procedure.ProcedureStatus code) Procedure.ProcedureStatusEnumFactory.toSystem(Procedure.ProcedureStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Procedure.ProcedureStatusModifier and TypeMethodDescriptionProcedure.setStatusElement(Enumeration<Procedure.ProcedureStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Procedure.ProcedureStatusModifierConstructorDescriptionProcedure(Enumeration<Procedure.ProcedureStatus> status, Reference subject) Constructor