Uses of Class
org.hl7.fhir.dstu3.model.codesystems.PaymentnoticeStatus
-
Packages that use PaymentnoticeStatus Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of PaymentnoticeStatus in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return PaymentnoticeStatus Modifier and Type Method Description static PaymentnoticeStatusPaymentnoticeStatus. fromCode(String codeString)PaymentnoticeStatusPaymentnoticeStatusEnumFactory. fromCode(String codeString)static PaymentnoticeStatusPaymentnoticeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentnoticeStatus[]PaymentnoticeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type PaymentnoticeStatus Modifier and Type Method Description StringPaymentnoticeStatusEnumFactory. toCode(PaymentnoticeStatus code)StringPaymentnoticeStatusEnumFactory. toSystem(PaymentnoticeStatus code)
-