Uses of Class
org.hl7.fhir.r4.model.TestReport.SetupActionAssertComponent
-
Packages that use TestReport.SetupActionAssertComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestReport.SetupActionAssertComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.SetupActionAssertComponent Modifier and Type Method Description protected TestReport.SetupActionAssertComponentJsonParser. parseTestReportSetupActionAssertComponent(com.google.gson.JsonObject json, TestReport owner)protected TestReport.SetupActionAssertComponentXmlParser. parseTestReportSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) -
Uses of TestReport.SetupActionAssertComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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)
-