Uses of Class
org.hl7.fhir.r4.model.TestReport.SetupActionAssertComponent
Packages that use TestReport.SetupActionAssertComponent
-
Uses of TestReport.SetupActionAssertComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.SetupActionAssertComponentModifier and TypeMethodDescriptionprotected TestReport.SetupActionAssertComponentJsonParser.parseTestReportSetupActionAssertComponent(com.google.gson.JsonObject json, TestReport owner)protected TestReport.SetupActionAssertComponentXmlParser.parseTestReportSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner)Methods in org.hl7.fhir.r4.formats with parameters of type TestReport.SetupActionAssertComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestReportSetupActionAssertComponent(String name, TestReport.SetupActionAssertComponent element)protected voidRdfParser.composeTestReportSetupActionAssertComponent(Turtle.Complex parent, String parentType, String name, TestReport.SetupActionAssertComponent element, int index)protected voidXmlParser.composeTestReportSetupActionAssertComponent(String name, TestReport.SetupActionAssertComponent element)protected voidXmlParser.composeTestReportSetupActionAssertComponentElements(TestReport.SetupActionAssertComponent element)protected voidJsonParser.composeTestReportSetupActionAssertComponentInner(TestReport.SetupActionAssertComponent element)protected booleanXmlParser.parseTestReportSetupActionAssertComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.SetupActionAssertComponent res)protected voidJsonParser.parseTestReportSetupActionAssertComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.SetupActionAssertComponent res) -
Uses of TestReport.SetupActionAssertComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as TestReport.SetupActionAssertComponentModifier and TypeFieldDescriptionprotected TestReport.SetupActionAssertComponentTestReport.SetupActionComponent.assert_The results of the assertion performed on the previous operations.protected TestReport.SetupActionAssertComponentTestReport.TestActionComponent.assert_The results of the assertion performed on the previous operations.Methods in org.hl7.fhir.r4.model that return TestReport.SetupActionAssertComponentModifier and TypeMethodDescriptionTestReport.SetupActionAssertComponent.copy()TestReport.SetupActionComponent.getAssert()TestReport.TestActionComponent.getAssert()TestReport.SetupActionAssertComponent.setDetailElement(StringType value)TestReport.SetupActionAssertComponent.setMessage(String value)TestReport.SetupActionAssertComponent.setMessageElement(MarkdownType value)TestReport.SetupActionAssertComponent.setResult(TestReport.TestReportActionResult value)TestReport.SetupActionAssertComponent.setResultElement(Enumeration<TestReport.TestReportActionResult> value)Methods in org.hl7.fhir.r4.model with parameters of type TestReport.SetupActionAssertComponentModifier and TypeMethodDescriptionvoidTestReport.SetupActionAssertComponent.copyValues(TestReport.SetupActionAssertComponent dst)TestReport.SetupActionComponent.setAssert(TestReport.SetupActionAssertComponent value)TestReport.TestActionComponent.setAssert(TestReport.SetupActionAssertComponent value)