| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Account.AccountStatus> |
Account.status
Indicates whether the account is presently used/usable or not.
|
| Modifier and Type | Method and Description |
|---|---|
static Account.AccountStatus |
Account.AccountStatus.fromCode(String codeString) |
Account.AccountStatus |
Account.AccountStatusEnumFactory.fromCode(String codeString) |
Account.AccountStatus |
Account.getStatus() |
static Account.AccountStatus |
Account.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Account.AccountStatus> |
Account.AccountStatusEnumFactory.fromType(Base code) |
Enumeration<Account.AccountStatus> |
Account.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.setStatus(Account.AccountStatus value) |
String |
Account.AccountStatusEnumFactory.toCode(Account.AccountStatus code) |
String |
Account.AccountStatusEnumFactory.toSystem(Account.AccountStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.setStatusElement(Enumeration<Account.AccountStatus> value) |
| Constructor and Description |
|---|
Account(Enumeration<Account.AccountStatus> status)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.