| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Contract.ContractStatus> |
Contract.status
The status of the resource instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Contract.ContractStatus |
Contract.ContractStatus.fromCode(String codeString) |
Contract.ContractStatus |
Contract.ContractStatusEnumFactory.fromCode(String codeString) |
Contract.ContractStatus |
Contract.getStatus() |
static Contract.ContractStatus |
Contract.ContractStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contract.ContractStatus[] |
Contract.ContractStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Contract.ContractStatus> |
Contract.ContractStatusEnumFactory.fromType(Base code) |
Enumeration<Contract.ContractStatus> |
Contract.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Contract |
Contract.setStatus(Contract.ContractStatus value) |
String |
Contract.ContractStatusEnumFactory.toCode(Contract.ContractStatus code) |
String |
Contract.ContractStatusEnumFactory.toSystem(Contract.ContractStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
Contract.setStatusElement(Enumeration<Contract.ContractStatus> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.