![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
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.status
A code specifying the state of the procedure.Methods in org.hl7.fhir.r4.model that return Procedure.ProcedureStatusModifier and TypeMethodDescriptionstatic Procedure.ProcedureStatus
Procedure.getStatus()
static Procedure.ProcedureStatus
Returns the enum constant of this type with the specified name.static Procedure.ProcedureStatus[]
Procedure.ProcedureStatus.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 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