| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<TestScript.AssertionResponseTypes> |
TestScript.SetupActionAssertComponent.response
okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.
|
| Modifier and Type | Method and Description |
|---|---|
static TestScript.AssertionResponseTypes |
TestScript.AssertionResponseTypes.fromCode(String codeString) |
TestScript.AssertionResponseTypes |
TestScript.AssertionResponseTypesEnumFactory.fromCode(String codeString) |
TestScript.AssertionResponseTypes |
TestScript.SetupActionAssertComponent.getResponse() |
static TestScript.AssertionResponseTypes |
TestScript.AssertionResponseTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestScript.AssertionResponseTypes[] |
TestScript.AssertionResponseTypes.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.AssertionResponseTypes> |
TestScript.AssertionResponseTypesEnumFactory.fromType(Base code) |
Enumeration<TestScript.AssertionResponseTypes> |
TestScript.SetupActionAssertComponent.getResponseElement() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupActionAssertComponent |
TestScript.SetupActionAssertComponent.setResponse(TestScript.AssertionResponseTypes value) |
String |
TestScript.AssertionResponseTypesEnumFactory.toCode(TestScript.AssertionResponseTypes code) |
String |
TestScript.AssertionResponseTypesEnumFactory.toSystem(TestScript.AssertionResponseTypes code) |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupActionAssertComponent |
TestScript.SetupActionAssertComponent.setResponseElement(Enumeration<TestScript.AssertionResponseTypes> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.