Uses of Class
org.hl7.fhir.r5.model.TestReport.SetupActionAssertComponent
Packages that use TestReport.SetupActionAssertComponent
-
Uses of TestReport.SetupActionAssertComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestReport.SetupActionAssertComponentModifier and TypeMethodDescriptionprotected TestReport.SetupActionAssertComponentJsonParser.parseTestReportSetupActionAssertComponent(com.google.gson.JsonObject json)protected TestReport.SetupActionAssertComponentXmlParser.parseTestReportSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type TestReport.SetupActionAssertComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSetupActionAssertComponent(String name, TestReport.SetupActionAssertComponent element)protected voidJsonParser.composeSetupActionAssertComponentProperties(TestReport.SetupActionAssertComponent element)protected voidRdfParser.composeTestReportSetupActionAssertComponent(org.hl7.fhir.utilities.turtle.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 booleanXmlParser.parseTestReportSetupActionAssertComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport.SetupActionAssertComponent res)protected voidJsonParser.parseTestReportSetupActionAssertComponentProperties(com.google.gson.JsonObject json, TestReport.SetupActionAssertComponent res) -
Uses of TestReport.SetupActionAssertComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.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)