Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportSetupComponent
-
Packages that use TestReport.TestReportSetupComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestReport.TestReportSetupComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.TestReportSetupComponent Modifier and Type Method Description protected TestReport.TestReportSetupComponentJsonParser. parseTestReportTestReportSetupComponent(com.google.gson.JsonObject json, TestReport owner)protected TestReport.TestReportSetupComponentXmlParser. parseTestReportTestReportSetupComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) -
Uses of TestReport.TestReportSetupComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as TestReport.TestReportSetupComponent Modifier and Type Field Description protected TestReport.TestReportSetupComponentTestReport. setupThe results of the series of required setup operations before the tests were executed.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportSetupComponent Modifier and Type Method Description TestReport.TestReportSetupComponentTestReport.TestReportSetupComponent. addAction(TestReport.SetupActionComponent t)TestReport.TestReportSetupComponentTestReport.TestReportSetupComponent. copy()TestReport.TestReportSetupComponentTestReport. getSetup()TestReport.TestReportSetupComponentTestReport.TestReportSetupComponent. setAction(List<TestReport.SetupActionComponent> theAction)Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportSetupComponent Modifier and Type Method Description voidTestReport.TestReportSetupComponent. copyValues(TestReport.TestReportSetupComponent dst)TestReportTestReport. setSetup(TestReport.TestReportSetupComponent value)
-