Uses of Class
org.hl7.fhir.r4.model.codesystems.ChargeitemStatus
-
Packages that use ChargeitemStatus Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of ChargeitemStatus in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return ChargeitemStatus Modifier and Type Method Description static ChargeitemStatusChargeitemStatus. fromCode(String codeString)ChargeitemStatusChargeitemStatusEnumFactory. fromCode(String codeString)static ChargeitemStatusChargeitemStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargeitemStatus[]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.codesystems with parameters of type ChargeitemStatus Modifier and Type Method Description StringChargeitemStatusEnumFactory. toCode(ChargeitemStatus code)StringChargeitemStatusEnumFactory. toSystem(ChargeitemStatus code)
-