Uses of Class
org.hl7.fhir.r5.model.TestReport.TestReportSetupComponent
Packages that use TestReport.TestReportSetupComponent
-
Uses of TestReport.TestReportSetupComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestReport.TestReportSetupComponentModifier and TypeMethodDescriptionprotected TestReport.TestReportSetupComponentJsonParser.parseTestReportSetupComponent(com.google.gson.JsonObject json)protected TestReport.TestReportSetupComponentXmlParser.parseTestReportSetupComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type TestReport.TestReportSetupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestReportSetupComponent(String name, TestReport.TestReportSetupComponent element)protected voidRdfParser.composeTestReportSetupComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport.TestReportSetupComponent element, int index)protected voidXmlParser.composeTestReportSetupComponent(String name, TestReport.TestReportSetupComponent element)protected voidXmlParser.composeTestReportSetupComponentElements(TestReport.TestReportSetupComponent element)protected voidJsonParser.composeTestReportSetupComponentProperties(TestReport.TestReportSetupComponent element)protected booleanXmlParser.parseTestReportSetupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport.TestReportSetupComponent res)protected voidJsonParser.parseTestReportSetupComponentProperties(com.google.gson.JsonObject json, TestReport.TestReportSetupComponent res) -
Uses of TestReport.TestReportSetupComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as TestReport.TestReportSetupComponentModifier and TypeFieldDescriptionprotected TestReport.TestReportSetupComponentTestReport.setupThe results of the series of required setup operations before the tests were executed.Methods in org.hl7.fhir.r5.model that return TestReport.TestReportSetupComponentModifier and TypeMethodDescriptionTestReport.TestReportSetupComponent.addAction(TestReport.SetupActionComponent t)TestReport.TestReportSetupComponent.copy()TestReport.getSetup()TestReport.TestReportSetupComponent.setAction(List<TestReport.SetupActionComponent> theAction)Methods in org.hl7.fhir.r5.model with parameters of type TestReport.TestReportSetupComponentModifier and TypeMethodDescriptionvoidTestReport.TestReportSetupComponent.copyValues(TestReport.TestReportSetupComponent dst)TestReport.setSetup(TestReport.TestReportSetupComponent value)