| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Contract.ContractPublicationStatus> |
Contract.ContentDefinitionComponent.publicationStatus
amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated.
|
| Modifier and Type | Method and Description |
|---|---|
static Contract.ContractPublicationStatus |
Contract.ContractPublicationStatus.fromCode(String codeString) |
Contract.ContractPublicationStatus |
Contract.ContractPublicationStatusEnumFactory.fromCode(String codeString) |
Contract.ContractPublicationStatus |
Contract.ContentDefinitionComponent.getPublicationStatus() |
static Contract.ContractPublicationStatus |
Contract.ContractPublicationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contract.ContractPublicationStatus[] |
Contract.ContractPublicationStatus.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.ContractPublicationStatus> |
Contract.ContractPublicationStatusEnumFactory.fromType(Base code) |
Enumeration<Contract.ContractPublicationStatus> |
Contract.ContentDefinitionComponent.getPublicationStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Contract.ContentDefinitionComponent |
Contract.ContentDefinitionComponent.setPublicationStatus(Contract.ContractPublicationStatus value) |
String |
Contract.ContractPublicationStatusEnumFactory.toCode(Contract.ContractPublicationStatus code) |
String |
Contract.ContractPublicationStatusEnumFactory.toSystem(Contract.ContractPublicationStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Contract.ContentDefinitionComponent |
Contract.ContentDefinitionComponent.setPublicationStatusElement(Enumeration<Contract.ContractPublicationStatus> value) |
| Constructor and Description |
|---|
ContentDefinitionComponent(CodeableConcept type,
Enumeration<Contract.ContractPublicationStatus> publicationStatus)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.