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