Uses of Enum
org.hl7.fhir.r4.model.Account.AccountStatus
-
Uses of Account.AccountStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Account.AccountStatus> Account.status
Indicates whether the account is presently used/usable or not.Modifier and TypeMethodDescriptionstatic Account.AccountStatus
Account.getStatus()
static Account.AccountStatus
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.Modifier and TypeMethodDescriptionAccount.AccountStatusEnumFactory.fromType
(PrimitiveType<?> code) Account.getStatusElement()
Modifier and TypeMethodDescriptionAccount.setStatus
(Account.AccountStatus value) Account.AccountStatusEnumFactory.toCode
(Account.AccountStatus code) Account.AccountStatusEnumFactory.toSystem
(Account.AccountStatus code) Modifier and TypeMethodDescriptionAccount.setStatusElement
(Enumeration<Account.AccountStatus> value)