Uses of Class
org.hl7.fhir.r4.model.TestScript.AssertionResponseTypes
-
Packages that use TestScript.AssertionResponseTypes Package Description org.hl7.fhir.r4.model -
-
Uses of TestScript.AssertionResponseTypes in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.AssertionResponseTypes Modifier and Type Field Description protected Enumeration<TestScript.AssertionResponseTypes>TestScript.SetupActionAssertComponent. responseokay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.Methods in org.hl7.fhir.r4.model that return TestScript.AssertionResponseTypes Modifier and Type Method Description static TestScript.AssertionResponseTypesTestScript.AssertionResponseTypes. fromCode(String codeString)TestScript.AssertionResponseTypesTestScript.AssertionResponseTypesEnumFactory. fromCode(String codeString)TestScript.AssertionResponseTypesTestScript.SetupActionAssertComponent. getResponse()static TestScript.AssertionResponseTypesTestScript.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.Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.AssertionResponseTypes Modifier and Type Method Description Enumeration<TestScript.AssertionResponseTypes>TestScript.AssertionResponseTypesEnumFactory. fromType(Base code)Enumeration<TestScript.AssertionResponseTypes>TestScript.SetupActionAssertComponent. getResponseElement()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.AssertionResponseTypes Modifier and Type Method Description TestScript.SetupActionAssertComponentTestScript.SetupActionAssertComponent. setResponse(TestScript.AssertionResponseTypes value)StringTestScript.AssertionResponseTypesEnumFactory. toCode(TestScript.AssertionResponseTypes code)StringTestScript.AssertionResponseTypesEnumFactory. toSystem(TestScript.AssertionResponseTypes code)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.AssertionResponseTypes Modifier and Type Method Description TestScript.SetupActionAssertComponentTestScript.SetupActionAssertComponent. setResponseElement(Enumeration<TestScript.AssertionResponseTypes> value)
-