Uses of Class
org.hl7.fhir.r5.model.TestReport.TestReportSetupComponent
-
Uses of TestReport.TestReportSetupComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestReport.TestReportSetupComponent
JsonParser.parseTestReportSetupComponent
(com.google.gson.JsonObject json) protected TestReport.TestReportSetupComponent
XmlParser.parseTestReportSetupComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestReportSetupComponent
(String name, TestReport.TestReportSetupComponent element) protected void
RdfParser.composeTestReportSetupComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport.TestReportSetupComponent element, int index) protected void
XmlParser.composeTestReportSetupComponent
(String name, TestReport.TestReportSetupComponent element) protected void
XmlParser.composeTestReportSetupComponentElements
(TestReport.TestReportSetupComponent element) protected void
JsonParser.composeTestReportSetupComponentProperties
(TestReport.TestReportSetupComponent element) protected boolean
XmlParser.parseTestReportSetupComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport.TestReportSetupComponent res) protected void
JsonParser.parseTestReportSetupComponentProperties
(com.google.gson.JsonObject json, TestReport.TestReportSetupComponent res) -
Uses of TestReport.TestReportSetupComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected TestReport.TestReportSetupComponent
TestReport.setup
The results of the series of required setup operations before the tests were executed.Modifier and TypeMethodDescriptionTestReport.TestReportSetupComponent.addAction
(TestReport.SetupActionComponent t) TestReport.TestReportSetupComponent.copy()
TestReport.getSetup()
TestReport.TestReportSetupComponent.setAction
(List<TestReport.SetupActionComponent> theAction) Modifier and TypeMethodDescriptionvoid
TestReport.TestReportSetupComponent.copyValues
(TestReport.TestReportSetupComponent dst) TestReport.setSetup
(TestReport.TestReportSetupComponent value)