Uses of Class
org.hl7.fhir.r4.model.TestReport.TestActionComponent
-
Packages that use TestReport.TestActionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestReport.TestActionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.TestActionComponent Modifier and Type Method Description protected TestReport.TestActionComponentJsonParser. parseTestReportTestActionComponent(com.google.gson.JsonObject json, TestReport owner)protected TestReport.TestActionComponentXmlParser. parseTestReportTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) -
Uses of TestReport.TestActionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestActionComponent Modifier and Type Field Description protected List<TestReport.TestActionComponent>TestReport.TestReportTestComponent. actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.r4.model that return TestReport.TestActionComponent Modifier and Type Method Description TestReport.TestActionComponentTestReport.TestReportTestComponent. addAction()TestReport.TestActionComponentTestReport.TestActionComponent. copy()TestReport.TestActionComponentTestReport.TestReportTestComponent. getActionFirstRep()TestReport.TestActionComponentTestReport.TestActionComponent. setAssert(TestReport.SetupActionAssertComponent value)TestReport.TestActionComponentTestReport.TestActionComponent. setOperation(TestReport.SetupActionOperationComponent value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TestActionComponent Modifier and Type Method Description List<TestReport.TestActionComponent>TestReport.TestReportTestComponent. getAction()Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestActionComponent Modifier and Type Method Description TestReport.TestReportTestComponentTestReport.TestReportTestComponent. addAction(TestReport.TestActionComponent t)voidTestReport.TestActionComponent. copyValues(TestReport.TestActionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestActionComponent Modifier and Type Method Description TestReport.TestReportTestComponentTestReport.TestReportTestComponent. setAction(List<TestReport.TestActionComponent> theAction)
-