
Uses of Class
org.hl7.fhir.r5.model.TestReport.TestReportTestComponent
Packages that use TestReport.TestReportTestComponent
-
Uses of TestReport.TestReportTestComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestReport.TestReportTestComponentModifier and TypeMethodDescriptionprotected TestReport.TestReportTestComponentJsonParser.parseTestReportTestComponent(com.google.gson.JsonObject json) protected TestReport.TestReportTestComponentXmlParser.parseTestReportTestComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestReport.TestReportTestComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestReportTestComponent(String name, TestReport.TestReportTestComponent element) protected voidRdfParser.composeTestReportTestComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport.TestReportTestComponent element, int index) protected voidXmlParser.composeTestReportTestComponent(String name, TestReport.TestReportTestComponent element) protected voidXmlParser.composeTestReportTestComponentElements(TestReport.TestReportTestComponent element) protected voidJsonParser.composeTestReportTestComponentProperties(TestReport.TestReportTestComponent element) protected booleanXmlParser.parseTestReportTestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport.TestReportTestComponent res) protected voidJsonParser.parseTestReportTestComponentProperties(com.google.gson.JsonObject json, TestReport.TestReportTestComponent res) -
Uses of TestReport.TestReportTestComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model that return types with arguments of type TestReport.TestReportTestComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type TestReport.TestReportTestComponentModifier and TypeMethodDescriptionTestReport.setTest(List<TestReport.TestReportTestComponent> theTest)