![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.TestReport.TestActionComponent
Packages that use TestReport.TestActionComponent
-
Uses of TestReport.TestActionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.TestActionComponentModifier and TypeMethodDescriptionprotected TestReport.TestActionComponent
JsonParser.parseTestReportTestActionComponent
(com.google.gson.JsonObject json, TestReport owner) protected TestReport.TestActionComponent
XmlParser.parseTestReportTestActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestReport.TestActionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTestReportTestActionComponent
(String name, TestReport.TestActionComponent element) protected void
RdfParser.composeTestReportTestActionComponent
(Turtle.Complex parent, String parentType, String name, TestReport.TestActionComponent element, int index) protected void
XmlParser.composeTestReportTestActionComponent
(String name, TestReport.TestActionComponent element) protected void
XmlParser.composeTestReportTestActionComponentElements
(TestReport.TestActionComponent element) protected void
JsonParser.composeTestReportTestActionComponentInner
(TestReport.TestActionComponent element) protected boolean
XmlParser.parseTestReportTestActionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestActionComponent res) protected void
JsonParser.parseTestReportTestActionComponentProperties
(com.google.gson.JsonObject json, TestReport owner, TestReport.TestActionComponent res) -
Uses of TestReport.TestActionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestActionComponentModifier and TypeFieldDescriptionprotected List
<TestReport.TestActionComponent> TestReport.TestReportTestComponent.action
Action would contain either an operation or an assertion.Methods in org.hl7.fhir.r4.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.r4.model that return types with arguments of type TestReport.TestActionComponentMethods in org.hl7.fhir.r4.model with parameters of type TestReport.TestActionComponentModifier and TypeMethodDescriptionTestReport.TestReportTestComponent.addAction
(TestReport.TestActionComponent t) void
TestReport.TestActionComponent.copyValues
(TestReport.TestActionComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestActionComponentModifier and TypeMethodDescriptionTestReport.TestReportTestComponent.setAction
(List<TestReport.TestActionComponent> theAction)