![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.dstu3.model.ChargeItem.ChargeItemStatus
Packages that use ChargeItem.ChargeItemStatus
-
Uses of ChargeItem.ChargeItemStatus in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ChargeItem.ChargeItemStatusModifier and TypeFieldDescriptionprotected Enumeration<ChargeItem.ChargeItemStatus>
ChargeItem.status
The current state of the ChargeItem.Methods in org.hl7.fhir.dstu3.model that return ChargeItem.ChargeItemStatusModifier 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.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ChargeItem.ChargeItemStatusModifier and TypeMethodDescriptionChargeItem.ChargeItemStatusEnumFactory.fromType
(PrimitiveType<?> code) ChargeItem.getStatusElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type ChargeItem.ChargeItemStatusModifier and TypeMethodDescriptionChargeItem.setStatus
(ChargeItem.ChargeItemStatus value) ChargeItem.ChargeItemStatusEnumFactory.toCode
(ChargeItem.ChargeItemStatus code) ChargeItem.ChargeItemStatusEnumFactory.toSystem
(ChargeItem.ChargeItemStatus code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ChargeItem.ChargeItemStatusModifier and TypeMethodDescriptionChargeItem.setStatusElement
(Enumeration<ChargeItem.ChargeItemStatus> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type ChargeItem.ChargeItemStatusModifierConstructorDescriptionChargeItem
(Enumeration<ChargeItem.ChargeItemStatus> status, CodeableConcept code, Reference subject) Constructor