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