
Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseAssertionComponent
Packages that use TestPlan.TestPlanTestCaseAssertionComponent
-
Uses of TestPlan.TestPlanTestCaseAssertionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlan.TestPlanTestCaseAssertionComponentModifier and TypeMethodDescriptionJsonParser.parseTestPlanTestCaseAssertionComponent
(com.google.gson.JsonObject json) XmlParser.parseTestPlanTestCaseAssertionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestPlanTestCaseAssertionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTestPlanTestCaseAssertionComponent
(String name, TestPlan.TestPlanTestCaseAssertionComponent element) protected void
RdfParser.composeTestPlanTestCaseAssertionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseAssertionComponent element, int index) protected void
XmlParser.composeTestPlanTestCaseAssertionComponent
(String name, TestPlan.TestPlanTestCaseAssertionComponent element) protected void
XmlParser.composeTestPlanTestCaseAssertionComponentElements
(TestPlan.TestPlanTestCaseAssertionComponent element) protected void
JsonParser.composeTestPlanTestCaseAssertionComponentProperties
(TestPlan.TestPlanTestCaseAssertionComponent element) protected boolean
XmlParser.parseTestPlanTestCaseAssertionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseAssertionComponent res) protected void
JsonParser.parseTestPlanTestCaseAssertionComponentProperties
(com.google.gson.JsonObject json, TestPlan.TestPlanTestCaseAssertionComponent res) -
Uses of TestPlan.TestPlanTestCaseAssertionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestPlan.TestPlanTestCaseAssertionComponentModifier and TypeFieldDescriptionprotected List
<TestPlan.TestPlanTestCaseAssertionComponent> TestPlan.TestPlanTestCaseComponent.assertion
The test assertions - the expectations of test results from the execution of the test case.Methods in org.hl7.fhir.r5.model that return TestPlan.TestPlanTestCaseAssertionComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addAssertion()
TestPlan.TestPlanTestCaseAssertionComponent.addObject
(CodeableReference t) TestPlan.TestPlanTestCaseAssertionComponent.addResult
(CodeableReference t) TestPlan.TestPlanTestCaseAssertionComponent.addType
(CodeableConcept t) TestPlan.TestPlanTestCaseAssertionComponent.copy()
TestPlan.TestPlanTestCaseComponent.getAssertionFirstRep()
TestPlan.TestPlanTestCaseAssertionComponent.setObject
(List<CodeableReference> theObject) TestPlan.TestPlanTestCaseAssertionComponent.setResult
(List<CodeableReference> theResult) TestPlan.TestPlanTestCaseAssertionComponent.setType
(List<CodeableConcept> theType) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestPlan.TestPlanTestCaseAssertionComponentMethods in org.hl7.fhir.r5.model with parameters of type TestPlan.TestPlanTestCaseAssertionComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addAssertion
(TestPlan.TestPlanTestCaseAssertionComponent t) void
TestPlan.TestPlanTestCaseAssertionComponent.copyValues
(TestPlan.TestPlanTestCaseAssertionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestPlan.TestPlanTestCaseAssertionComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.setAssertion
(List<TestPlan.TestPlanTestCaseAssertionComponent> theAssertion)