| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Protocol.ProtocolStatus> |
Protocol.status
The status of the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol.ProtocolStatus |
Protocol.ProtocolStatus.fromCode(String codeString) |
Protocol.ProtocolStatus |
Protocol.ProtocolStatusEnumFactory.fromCode(String codeString) |
Protocol.ProtocolStatus |
Protocol.getStatus() |
static Protocol.ProtocolStatus |
Protocol.ProtocolStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ProtocolStatus[] |
Protocol.ProtocolStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Protocol.ProtocolStatus> |
Protocol.ProtocolStatusEnumFactory.fromType(Base code) |
Enumeration<Protocol.ProtocolStatus> |
Protocol.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
Protocol.setStatus(Protocol.ProtocolStatus value) |
String |
Protocol.ProtocolStatusEnumFactory.toCode(Protocol.ProtocolStatus code) |
String |
Protocol.ProtocolStatusEnumFactory.toSystem(Protocol.ProtocolStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
Protocol.setStatusElement(Enumeration<Protocol.ProtocolStatus> value) |
| Constructor and Description |
|---|
Protocol(Enumeration<Protocol.ProtocolStatus> status,
Enumeration<Protocol.ProtocolType> type,
StringType purpose)
Constructor
|
Copyright © 2014–2018 University Health Network. All rights reserved.