| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Protocol.ProtocolType> |
Protocol.type
A code that classifies the general type of context to which these behavior definitions apply.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol.ProtocolType |
Protocol.ProtocolType.fromCode(String codeString) |
Protocol.ProtocolType |
Protocol.ProtocolTypeEnumFactory.fromCode(String codeString) |
Protocol.ProtocolType |
Protocol.getType() |
static Protocol.ProtocolType |
Protocol.ProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ProtocolType[] |
Protocol.ProtocolType.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.ProtocolType> |
Protocol.ProtocolTypeEnumFactory.fromType(Base code) |
Enumeration<Protocol.ProtocolType> |
Protocol.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
Protocol.setType(Protocol.ProtocolType value) |
String |
Protocol.ProtocolTypeEnumFactory.toCode(Protocol.ProtocolType code) |
String |
Protocol.ProtocolTypeEnumFactory.toSystem(Protocol.ProtocolType code) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
Protocol.setTypeElement(Enumeration<Protocol.ProtocolType> 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.