Uses of Class
org.hl7.fhir.r4.model.TestReport.SetupActionOperationComponent
-
Packages that use TestReport.SetupActionOperationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestReport.SetupActionOperationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.SetupActionOperationComponent Modifier and Type Method Description protected TestReport.SetupActionOperationComponentJsonParser. parseTestReportSetupActionOperationComponent(com.google.gson.JsonObject json, TestReport owner)protected TestReport.SetupActionOperationComponentXmlParser. parseTestReportSetupActionOperationComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) -
Uses of TestReport.SetupActionOperationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as TestReport.SetupActionOperationComponent Modifier and Type Field Description protected TestReport.SetupActionOperationComponentTestReport.SetupActionComponent. operationThe operation performed.protected TestReport.SetupActionOperationComponentTestReport.TeardownActionComponent. operationAn operation would involve a REST request to a server.protected TestReport.SetupActionOperationComponentTestReport.TestActionComponent. operationAn operation would involve a REST request to a server.Methods in org.hl7.fhir.r4.model with parameters of type TestReport.SetupActionOperationComponent Modifier and Type Method Description voidTestReport.SetupActionOperationComponent. copyValues(TestReport.SetupActionOperationComponent dst)TestReport.SetupActionComponentTestReport.SetupActionComponent. setOperation(TestReport.SetupActionOperationComponent value)TestReport.TeardownActionComponentTestReport.TeardownActionComponent. setOperation(TestReport.SetupActionOperationComponent value)TestReport.TestActionComponentTestReport.TestActionComponent. setOperation(TestReport.SetupActionOperationComponent value)Constructors in org.hl7.fhir.r4.model with parameters of type TestReport.SetupActionOperationComponent Constructor Description TeardownActionComponent(TestReport.SetupActionOperationComponent operation)Constructor
-