| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<TestScript.AssertionDirectionType> |
TestScript.SetupActionAssertComponent.direction
The direction to use for the assertion.
|
| Modifier and Type | Method and Description |
|---|---|
static TestScript.AssertionDirectionType |
TestScript.AssertionDirectionType.fromCode(String codeString) |
TestScript.AssertionDirectionType |
TestScript.AssertionDirectionTypeEnumFactory.fromCode(String codeString) |
TestScript.AssertionDirectionType |
TestScript.SetupActionAssertComponent.getDirection() |
static TestScript.AssertionDirectionType |
TestScript.AssertionDirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestScript.AssertionDirectionType[] |
TestScript.AssertionDirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<TestScript.AssertionDirectionType> |
TestScript.AssertionDirectionTypeEnumFactory.fromType(Base code) |
Enumeration<TestScript.AssertionDirectionType> |
TestScript.SetupActionAssertComponent.getDirectionElement() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupActionAssertComponent |
TestScript.SetupActionAssertComponent.setDirection(TestScript.AssertionDirectionType value) |
String |
TestScript.AssertionDirectionTypeEnumFactory.toCode(TestScript.AssertionDirectionType code) |
String |
TestScript.AssertionDirectionTypeEnumFactory.toSystem(TestScript.AssertionDirectionType code) |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupActionAssertComponent |
TestScript.SetupActionAssertComponent.setDirectionElement(Enumeration<TestScript.AssertionDirectionType> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.