Uses of Enum
org.hl7.fhir.r4.model.ChargeItem.ChargeItemStatus
-
Uses of ChargeItem.ChargeItemStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ChargeItem.ChargeItemStatus> ChargeItem.status
The current state of the ChargeItem.Modifier and TypeMethodDescriptionstatic ChargeItem.ChargeItemStatus
ChargeItem.getStatus()
static ChargeItem.ChargeItemStatus
Returns the enum constant of this type with the specified name.static ChargeItem.ChargeItemStatus[]
ChargeItem.ChargeItemStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionChargeItem.ChargeItemStatusEnumFactory.fromType
(PrimitiveType<?> code) ChargeItem.getStatusElement()
Modifier and TypeMethodDescriptionChargeItem.setStatus
(ChargeItem.ChargeItemStatus value) ChargeItem.ChargeItemStatusEnumFactory.toCode
(ChargeItem.ChargeItemStatus code) ChargeItem.ChargeItemStatusEnumFactory.toSystem
(ChargeItem.ChargeItemStatus code) Modifier and TypeMethodDescriptionChargeItem.setStatusElement
(Enumeration<ChargeItem.ChargeItemStatus> value) ModifierConstructorDescriptionChargeItem
(Enumeration<ChargeItem.ChargeItemStatus> status, CodeableConcept code, Reference subject) Constructor