Uses of Enum
org.hl7.fhir.r5.model.TestScript.AssertionManualCompletionType
-
Uses of TestScript.AssertionManualCompletionType in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionTestScript.SetupActionAssertComponent.defaultManualCompletion
The default manual completion outcome applied to this assertion.Modifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.getDefaultManualCompletion()
Returns the enum constant of this type with the specified name.TestScript.AssertionManualCompletionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTestScript.AssertionManualCompletionTypeEnumFactory.fromType
(PrimitiveType<?> code) TestScript.SetupActionAssertComponent.getDefaultManualCompletionElement()
Modifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setDefaultManualCompletion
(TestScript.AssertionManualCompletionType value) TestScript.AssertionManualCompletionTypeEnumFactory.toCode
(TestScript.AssertionManualCompletionType code) TestScript.AssertionManualCompletionTypeEnumFactory.toSystem
(TestScript.AssertionManualCompletionType code) Modifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setDefaultManualCompletionElement
(Enumeration<TestScript.AssertionManualCompletionType> value)