Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportTestComponent
-
Packages that use TestReport.TestReportTestComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestReport.TestReportTestComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.TestReportTestComponent Modifier and Type Method Description protected TestReport.TestReportTestComponentJsonParser. parseTestReportTestReportTestComponent(com.google.gson.JsonObject json, TestReport owner)protected TestReport.TestReportTestComponentXmlParser. parseTestReportTestReportTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) -
Uses of TestReport.TestReportTestComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportTestComponent Modifier and Type Field Description protected List<TestReport.TestReportTestComponent>TestReport. testA test executed from the test script.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportTestComponent Modifier and Type Method Description TestReport.TestReportTestComponentTestReport.TestReportTestComponent. addAction(TestReport.TestActionComponent t)TestReport.TestReportTestComponentTestReport. addTest()TestReport.TestReportTestComponentTestReport.TestReportTestComponent. copy()TestReport.TestReportTestComponentTestReport. getTestFirstRep()TestReport.TestReportTestComponentTestReport.TestReportTestComponent. setAction(List<TestReport.TestActionComponent> theAction)TestReport.TestReportTestComponentTestReport.TestReportTestComponent. setDescription(String value)TestReport.TestReportTestComponentTestReport.TestReportTestComponent. setDescriptionElement(StringType value)TestReport.TestReportTestComponentTestReport.TestReportTestComponent. setName(String value)TestReport.TestReportTestComponentTestReport.TestReportTestComponent. setNameElement(StringType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TestReportTestComponent Modifier and Type Method Description List<TestReport.TestReportTestComponent>TestReport. getTest()Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportTestComponent Modifier and Type Method Description TestReportTestReport. addTest(TestReport.TestReportTestComponent t)voidTestReport.TestReportTestComponent. copyValues(TestReport.TestReportTestComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportTestComponent Modifier and Type Method Description TestReportTestReport. setTest(List<TestReport.TestReportTestComponent> theTest)
-