![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportTestComponent
Packages that use TestReport.TestReportTestComponent
-
Uses of TestReport.TestReportTestComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.TestReportTestComponentModifier and TypeMethodDescriptionprotected TestReport.TestReportTestComponent
JsonParser.parseTestReportTestReportTestComponent
(com.google.gson.JsonObject json, TestReport owner) protected TestReport.TestReportTestComponent
XmlParser.parseTestReportTestReportTestComponent
(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestReport.TestReportTestComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTestReportTestReportTestComponent
(String name, TestReport.TestReportTestComponent element) protected void
RdfParser.composeTestReportTestReportTestComponent
(Turtle.Complex parent, String parentType, String name, TestReport.TestReportTestComponent element, int index) protected void
XmlParser.composeTestReportTestReportTestComponent
(String name, TestReport.TestReportTestComponent element) protected void
XmlParser.composeTestReportTestReportTestComponentElements
(TestReport.TestReportTestComponent element) protected void
JsonParser.composeTestReportTestReportTestComponentInner
(TestReport.TestReportTestComponent element) protected boolean
XmlParser.parseTestReportTestReportTestComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestReportTestComponent res) protected void
JsonParser.parseTestReportTestReportTestComponentProperties
(com.google.gson.JsonObject json, TestReport owner, TestReport.TestReportTestComponent res) -
Uses of TestReport.TestReportTestComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportTestComponentModifier and TypeFieldDescriptionprotected List
<TestReport.TestReportTestComponent> TestReport.test
A test executed from the test script.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportTestComponentModifier and TypeMethodDescriptionTestReport.TestReportTestComponent.addAction
(TestReport.TestActionComponent t) TestReport.addTest()
TestReport.TestReportTestComponent.copy()
TestReport.getTestFirstRep()
TestReport.TestReportTestComponent.setAction
(List<TestReport.TestActionComponent> theAction) TestReport.TestReportTestComponent.setDescription
(String value) TestReport.TestReportTestComponent.setDescriptionElement
(StringType value) TestReport.TestReportTestComponent.setNameElement
(StringType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TestReportTestComponentMethods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportTestComponentModifier and TypeMethodDescriptionTestReport.addTest
(TestReport.TestReportTestComponent t) void
TestReport.TestReportTestComponent.copyValues
(TestReport.TestReportTestComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportTestComponentModifier and TypeMethodDescriptionTestReport.setTest
(List<TestReport.TestReportTestComponent> theTest)