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