
Uses of Class
org.hl7.fhir.dstu3.model.TestReport.TestActionComponent
Packages that use TestReport.TestActionComponent
-
Uses of TestReport.TestActionComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestReport.TestActionComponentModifier and TypeMethodDescriptionprotected TestReport.TestActionComponentJsonParser.parseTestReportTestActionComponent(com.google.gson.JsonObject json, TestReport owner) protected TestReport.TestActionComponentXmlParser.parseTestReportTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type TestReport.TestActionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestReportTestActionComponent(String name, TestReport.TestActionComponent element) protected voidRdfParser.composeTestReportTestActionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport.TestActionComponent element, int index) protected voidXmlParser.composeTestReportTestActionComponent(String name, TestReport.TestActionComponent element) protected voidXmlParser.composeTestReportTestActionComponentElements(TestReport.TestActionComponent element) protected voidJsonParser.composeTestReportTestActionComponentInner(TestReport.TestActionComponent element) protected booleanXmlParser.parseTestReportTestActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestActionComponent res) protected voidJsonParser.parseTestReportTestActionComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.TestActionComponent res) -
Uses of TestReport.TestActionComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestReport.TestActionComponentModifier and TypeFieldDescriptionprotected List<TestReport.TestActionComponent> TestReport.TestReportTestComponent.actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu3.model that return TestReport.TestActionComponentModifier and TypeMethodDescriptionTestReport.TestReportTestComponent.addAction()TestReport.TestActionComponent.copy()TestReport.TestReportTestComponent.getActionFirstRep()TestReport.TestActionComponent.setAssert(TestReport.SetupActionAssertComponent value) TestReport.TestActionComponent.setOperation(TestReport.SetupActionOperationComponent value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestReport.TestActionComponentMethods in org.hl7.fhir.dstu3.model with parameters of type TestReport.TestActionComponentModifier and TypeMethodDescriptionTestReport.TestReportTestComponent.addAction(TestReport.TestActionComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestReport.TestActionComponentModifier and TypeMethodDescriptionTestReport.TestReportTestComponent.setAction(List<TestReport.TestActionComponent> theAction)