Uses of Class
org.hl7.fhir.r4.model.TestReport.SetupActionComponent
-
Uses of TestReport.SetupActionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected TestReport.SetupActionComponent
JsonParser.parseTestReportSetupActionComponent
(com.google.gson.JsonObject json, TestReport owner) protected TestReport.SetupActionComponent
XmlParser.parseTestReportSetupActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestReportSetupActionComponent
(String name, TestReport.SetupActionComponent element) protected void
RdfParser.composeTestReportSetupActionComponent
(Turtle.Complex parent, String parentType, String name, TestReport.SetupActionComponent element, int index) protected void
XmlParser.composeTestReportSetupActionComponent
(String name, TestReport.SetupActionComponent element) protected void
XmlParser.composeTestReportSetupActionComponentElements
(TestReport.SetupActionComponent element) protected void
JsonParser.composeTestReportSetupActionComponentInner
(TestReport.SetupActionComponent element) protected boolean
XmlParser.parseTestReportSetupActionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.SetupActionComponent res) protected void
JsonParser.parseTestReportSetupActionComponentProperties
(com.google.gson.JsonObject json, TestReport owner, TestReport.SetupActionComponent res) -
Uses of TestReport.SetupActionComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<TestReport.SetupActionComponent> TestReport.TestReportSetupComponent.action
Action would contain either an operation or an assertion.Modifier and TypeMethodDescriptionTestReport.TestReportSetupComponent.addAction()
TestReport.SetupActionComponent.copy()
TestReport.TestReportSetupComponent.getActionFirstRep()
TestReport.SetupActionComponent.setAssert
(TestReport.SetupActionAssertComponent value) TestReport.SetupActionComponent.setOperation
(TestReport.SetupActionOperationComponent value) Modifier and TypeMethodDescriptionTestReport.TestReportSetupComponent.addAction
(TestReport.SetupActionComponent t) void
TestReport.SetupActionComponent.copyValues
(TestReport.SetupActionComponent dst) Modifier and TypeMethodDescriptionTestReport.TestReportSetupComponent.setAction
(List<TestReport.SetupActionComponent> theAction)