Uses of Class
org.hl7.fhir.dstu2.model.Account.AccountStatus
-
Packages that use Account.AccountStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of Account.AccountStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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/useable or not.Methods in org.hl7.fhir.dstu2.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.dstu2.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.dstu2.model with parameters of type Account.AccountStatus Modifier and Type Method Description AccountAccount. setStatus(Account.AccountStatus value)StringAccount.AccountStatusEnumFactory. toCode(Account.AccountStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Account.AccountStatus Modifier and Type Method Description AccountAccount. setStatusElement(Enumeration<Account.AccountStatus> value)
-