
Uses of Enum Class
org.hl7.fhir.r4.model.ChargeItem.ChargeItemStatus
Packages that use ChargeItem.ChargeItemStatus
-
Uses of ChargeItem.ChargeItemStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ChargeItem.ChargeItemStatusModifier and TypeFieldDescriptionprotected Enumeration<ChargeItem.ChargeItemStatus> ChargeItem.statusThe current state of the ChargeItem.Methods in org.hl7.fhir.r4.model that return ChargeItem.ChargeItemStatusModifier and TypeMethodDescriptionstatic ChargeItem.ChargeItemStatusChargeItem.getStatus()static ChargeItem.ChargeItemStatusReturns the enum constant of this class with the specified name.static ChargeItem.ChargeItemStatus[]ChargeItem.ChargeItemStatus.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 ChargeItem.ChargeItemStatusModifier and TypeMethodDescriptionChargeItem.ChargeItemStatusEnumFactory.fromType(PrimitiveType<?> code) ChargeItem.getStatusElement()Methods in org.hl7.fhir.r4.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.r4.model with type arguments of type ChargeItem.ChargeItemStatusModifier and TypeMethodDescriptionChargeItem.setStatusElement(Enumeration<ChargeItem.ChargeItemStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ChargeItem.ChargeItemStatusModifierConstructorDescriptionChargeItem(Enumeration<ChargeItem.ChargeItemStatus> status, CodeableConcept code, Reference subject) Constructor