Uses of Enum
org.hl7.fhir.r4.model.Contract.ContractStatus
-
Uses of Contract.ContractStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Contract.ContractStatus> Contract.status
The status of the resource instance.Modifier and TypeMethodDescriptionstatic Contract.ContractStatus
Contract.getStatus()
static Contract.ContractStatus
Returns the enum constant of this type with the specified name.static Contract.ContractStatus[]
Contract.ContractStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionContract.ContractStatusEnumFactory.fromType
(PrimitiveType<?> code) Contract.getStatusElement()
Modifier and TypeMethodDescriptionContract.setStatus
(Contract.ContractStatus value) Contract.ContractStatusEnumFactory.toCode
(Contract.ContractStatus code) Contract.ContractStatusEnumFactory.toSystem
(Contract.ContractStatus code) Modifier and TypeMethodDescriptionContract.setStatusElement
(Enumeration<Contract.ContractStatus> value)