Uses of Class
org.hl7.fhir.r5.model.TestReport.SetupActionComponent
-
Uses of TestReport.SetupActionComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestReport.SetupActionComponent
JsonParser.parseTestReportSetupActionComponent
(com.google.gson.JsonObject json) protected TestReport.SetupActionComponent
XmlParser.parseTestReportSetupActionComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSetupActionComponent
(String name, TestReport.SetupActionComponent element) protected void
JsonParser.composeSetupActionComponentProperties
(TestReport.SetupActionComponent element) protected void
RdfParser.composeTestReportSetupActionComponent
(org.hl7.fhir.utilities.turtle.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 boolean
XmlParser.parseTestReportSetupActionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport.SetupActionComponent res) protected void
JsonParser.parseTestReportSetupActionComponentProperties
(com.google.gson.JsonObject json, TestReport.SetupActionComponent res) -
Uses of TestReport.SetupActionComponent in org.hl7.fhir.r5.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) ModifierConstructorDescriptionConstructor