
Uses of Enum
org.hl7.fhir.r5.model.TestScript.AssertionManualCompletionType
Packages that use TestScript.AssertionManualCompletionType
-
Uses of TestScript.AssertionManualCompletionType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.AssertionManualCompletionTypeModifier and TypeFieldDescriptionTestScript.SetupActionAssertComponent.defaultManualCompletion
The default manual completion outcome applied to this assertion.Methods in org.hl7.fhir.r5.model that return TestScript.AssertionManualCompletionTypeModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.AssertionManualCompletionTypeModifier and TypeMethodDescriptionTestScript.AssertionManualCompletionTypeEnumFactory.fromType
(PrimitiveType<?> code) TestScript.SetupActionAssertComponent.getDefaultManualCompletionElement()
Methods in org.hl7.fhir.r5.model with parameters of type TestScript.AssertionManualCompletionTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setDefaultManualCompletion
(TestScript.AssertionManualCompletionType value) TestScript.AssertionManualCompletionTypeEnumFactory.toCode
(TestScript.AssertionManualCompletionType code) TestScript.AssertionManualCompletionTypeEnumFactory.toSystem
(TestScript.AssertionManualCompletionType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.AssertionManualCompletionTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setDefaultManualCompletionElement
(Enumeration<TestScript.AssertionManualCompletionType> value)