| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Conformance.DocumentMode> |
Conformance.ConformanceDocumentComponent.mode
Mode of this document declaration - whether application is producer or consumer.
|
| Modifier and Type | Method and Description |
|---|---|
static Conformance.DocumentMode |
Conformance.DocumentMode.fromCode(String codeString) |
Conformance.DocumentMode |
Conformance.DocumentModeEnumFactory.fromCode(String codeString) |
Conformance.DocumentMode |
Conformance.ConformanceDocumentComponent.getMode() |
static Conformance.DocumentMode |
Conformance.DocumentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conformance.DocumentMode[] |
Conformance.DocumentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Conformance.DocumentMode> |
Conformance.DocumentModeEnumFactory.fromType(Base code) |
Enumeration<Conformance.DocumentMode> |
Conformance.ConformanceDocumentComponent.getModeElement() |
| Modifier and Type | Method and Description |
|---|---|
Conformance.ConformanceDocumentComponent |
Conformance.ConformanceDocumentComponent.setMode(Conformance.DocumentMode value) |
String |
Conformance.DocumentModeEnumFactory.toCode(Conformance.DocumentMode code) |
String |
Conformance.DocumentModeEnumFactory.toSystem(Conformance.DocumentMode code) |
| Modifier and Type | Method and Description |
|---|---|
Conformance.ConformanceDocumentComponent |
Conformance.ConformanceDocumentComponent.setModeElement(Enumeration<Conformance.DocumentMode> value) |
| Constructor and Description |
|---|
ConformanceDocumentComponent(Enumeration<Conformance.DocumentMode> mode,
Reference profile)
Constructor
|
Copyright © 2014–2018 University Health Network. All rights reserved.