Uses of Class
org.hl7.fhir.r4.model.Account.AccountStatus
-
Packages that use Account.AccountStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Account.AccountStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Account.AccountStatus Modifier and Type Field Description protected Enumeration<Account.AccountStatus>Account. statusIndicates whether the account is presently used/usable or not.Methods in org.hl7.fhir.r4.model that return Account.AccountStatus Modifier and Type Method Description static Account.AccountStatusAccount.AccountStatus. fromCode(String codeString)Account.AccountStatusAccount.AccountStatusEnumFactory. fromCode(String codeString)Account.AccountStatusAccount. getStatus()static Account.AccountStatusAccount.AccountStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Account.AccountStatus[]Account.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 that return types with arguments of type Account.AccountStatus Modifier and Type Method Description Enumeration<Account.AccountStatus>Account.AccountStatusEnumFactory. fromType(Base code)Enumeration<Account.AccountStatus>Account. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Account.AccountStatus Modifier and Type Method Description AccountAccount. setStatus(Account.AccountStatus value)StringAccount.AccountStatusEnumFactory. toCode(Account.AccountStatus code)StringAccount.AccountStatusEnumFactory. toSystem(Account.AccountStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Account.AccountStatus Modifier and Type Method Description AccountAccount. setStatusElement(Enumeration<Account.AccountStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Account.AccountStatus Constructor Description Account(Enumeration<Account.AccountStatus> status)Constructor
-