| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<TestScript.TestScriptRequestMethodCode> |
TestScript.SetupActionOperationComponent.method
The HTTP method the test engine MUST use for this operation regardless of any other operation details.
|
protected Enumeration<TestScript.TestScriptRequestMethodCode> |
TestScript.SetupActionAssertComponent.requestMethod
The request method or HTTP operation code to compare against that used by the client system under test.
|
| Modifier and Type | Method and Description |
|---|---|
static TestScript.TestScriptRequestMethodCode |
TestScript.TestScriptRequestMethodCode.fromCode(String codeString) |
TestScript.TestScriptRequestMethodCode |
TestScript.TestScriptRequestMethodCodeEnumFactory.fromCode(String codeString) |
TestScript.TestScriptRequestMethodCode |
TestScript.SetupActionOperationComponent.getMethod() |
TestScript.TestScriptRequestMethodCode |
TestScript.SetupActionAssertComponent.getRequestMethod() |
static TestScript.TestScriptRequestMethodCode |
TestScript.TestScriptRequestMethodCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestScript.TestScriptRequestMethodCode[] |
TestScript.TestScriptRequestMethodCode.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.TestScriptRequestMethodCode> |
TestScript.TestScriptRequestMethodCodeEnumFactory.fromType(Base code) |
Enumeration<TestScript.TestScriptRequestMethodCode> |
TestScript.SetupActionOperationComponent.getMethodElement() |
Enumeration<TestScript.TestScriptRequestMethodCode> |
TestScript.SetupActionAssertComponent.getRequestMethodElement() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupActionOperationComponent |
TestScript.SetupActionOperationComponent.setMethod(TestScript.TestScriptRequestMethodCode value) |
TestScript.SetupActionAssertComponent |
TestScript.SetupActionAssertComponent.setRequestMethod(TestScript.TestScriptRequestMethodCode value) |
String |
TestScript.TestScriptRequestMethodCodeEnumFactory.toCode(TestScript.TestScriptRequestMethodCode code) |
String |
TestScript.TestScriptRequestMethodCodeEnumFactory.toSystem(TestScript.TestScriptRequestMethodCode code) |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupActionOperationComponent |
TestScript.SetupActionOperationComponent.setMethodElement(Enumeration<TestScript.TestScriptRequestMethodCode> value) |
TestScript.SetupActionAssertComponent |
TestScript.SetupActionAssertComponent.setRequestMethodElement(Enumeration<TestScript.TestScriptRequestMethodCode> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.