Uses of Class
org.hl7.fhir.r4.model.ChargeItem.ChargeItemStatus
-
Packages that use ChargeItem.ChargeItemStatus Package Description org.hl7.fhir.r4.model -
-
Uses of ChargeItem.ChargeItemStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ChargeItem.ChargeItemStatus Modifier and Type Field Description protected Enumeration<ChargeItem.ChargeItemStatus>ChargeItem. statusThe current state of the ChargeItem.Methods in org.hl7.fhir.r4.model that return ChargeItem.ChargeItemStatus Modifier and Type Method Description static ChargeItem.ChargeItemStatusChargeItem.ChargeItemStatus. fromCode(String codeString)ChargeItem.ChargeItemStatusChargeItem.ChargeItemStatusEnumFactory. fromCode(String codeString)ChargeItem.ChargeItemStatusChargeItem. getStatus()static ChargeItem.ChargeItemStatusChargeItem.ChargeItemStatus. valueOf(String name)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.r4.model that return types with arguments of type ChargeItem.ChargeItemStatus Modifier and Type Method Description Enumeration<ChargeItem.ChargeItemStatus>ChargeItem.ChargeItemStatusEnumFactory. fromType(Base code)Enumeration<ChargeItem.ChargeItemStatus>ChargeItem. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type ChargeItem.ChargeItemStatus Modifier and Type Method Description ChargeItemChargeItem. setStatus(ChargeItem.ChargeItemStatus value)StringChargeItem.ChargeItemStatusEnumFactory. toCode(ChargeItem.ChargeItemStatus code)StringChargeItem.ChargeItemStatusEnumFactory. toSystem(ChargeItem.ChargeItemStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ChargeItem.ChargeItemStatus Modifier and Type Method Description ChargeItemChargeItem. setStatusElement(Enumeration<ChargeItem.ChargeItemStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ChargeItem.ChargeItemStatus Constructor Description ChargeItem(Enumeration<ChargeItem.ChargeItemStatus> status, CodeableConcept code, Reference subject)Constructor
-