
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.TestReportTestComponentJsonParser.parseTestReportTestReportTestComponent(com.google.gson.JsonObject json, TestReport owner) protected TestReport.TestReportTestComponentXmlParser.parseTestReportTestReportTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestReport.TestReportTestComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestReportTestReportTestComponent(String name, TestReport.TestReportTestComponent element) protected voidRdfParser.composeTestReportTestReportTestComponent(Turtle.Complex parent, String parentType, String name, TestReport.TestReportTestComponent element, int index) protected voidXmlParser.composeTestReportTestReportTestComponent(String name, TestReport.TestReportTestComponent element) protected voidXmlParser.composeTestReportTestReportTestComponentElements(TestReport.TestReportTestComponent element) protected voidJsonParser.composeTestReportTestReportTestComponentInner(TestReport.TestReportTestComponent element) protected booleanXmlParser.parseTestReportTestReportTestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestReportTestComponent res) protected voidJsonParser.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.testA 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) voidTestReport.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)