| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<TestScript.AssertionOperatorType> |
TestScript.SetupActionAssertComponent.operator
The operator type defines the conditional behavior of the assert.
|
| Modifier and Type | Method and Description |
|---|---|
static TestScript.AssertionOperatorType |
TestScript.AssertionOperatorType.fromCode(String codeString) |
TestScript.AssertionOperatorType |
TestScript.AssertionOperatorTypeEnumFactory.fromCode(String codeString) |
TestScript.AssertionOperatorType |
TestScript.SetupActionAssertComponent.getOperator() |
static TestScript.AssertionOperatorType |
TestScript.AssertionOperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestScript.AssertionOperatorType[] |
TestScript.AssertionOperatorType.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.AssertionOperatorType> |
TestScript.AssertionOperatorTypeEnumFactory.fromType(Base code) |
Enumeration<TestScript.AssertionOperatorType> |
TestScript.SetupActionAssertComponent.getOperatorElement() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupActionAssertComponent |
TestScript.SetupActionAssertComponent.setOperator(TestScript.AssertionOperatorType value) |
String |
TestScript.AssertionOperatorTypeEnumFactory.toCode(TestScript.AssertionOperatorType code) |
String |
TestScript.AssertionOperatorTypeEnumFactory.toSystem(TestScript.AssertionOperatorType code) |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupActionAssertComponent |
TestScript.SetupActionAssertComponent.setOperatorElement(Enumeration<TestScript.AssertionOperatorType> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.