Uses of Class
org.hl7.fhir.r4b.model.TestReport.SetupActionAssertComponent
-
Packages that use TestReport.SetupActionAssertComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of TestReport.SetupActionAssertComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return TestReport.SetupActionAssertComponent Modifier and Type Method Description protected TestReport.SetupActionAssertComponentJsonParser. parseTestReportSetupActionAssertComponent(com.google.gson.JsonObject json)protected TestReport.SetupActionAssertComponentXmlParser. parseTestReportSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of TestReport.SetupActionAssertComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model declared as TestReport.SetupActionAssertComponent Modifier and Type Field Description protected TestReport.SetupActionAssertComponentTestReport.SetupActionComponent. assert_The results of the assertion performed on the previous operations.protected TestReport.SetupActionAssertComponentTestReport.TestActionComponent. assert_The results of the assertion performed on the previous operations.Methods in org.hl7.fhir.r4b.model with parameters of type TestReport.SetupActionAssertComponent Modifier and Type Method Description voidTestReport.SetupActionAssertComponent. copyValues(TestReport.SetupActionAssertComponent dst)TestReport.SetupActionComponentTestReport.SetupActionComponent. setAssert(TestReport.SetupActionAssertComponent value)TestReport.TestActionComponentTestReport.TestActionComponent. setAssert(TestReport.SetupActionAssertComponent value)
-