
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 voidJsonParser.composeTestPlanTestCaseAssertionComponent(String name, TestPlan.TestPlanTestCaseAssertionComponent element) protected voidRdfParser.composeTestPlanTestCaseAssertionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseAssertionComponent element, int index) protected voidXmlParser.composeTestPlanTestCaseAssertionComponent(String name, TestPlan.TestPlanTestCaseAssertionComponent element) protected voidXmlParser.composeTestPlanTestCaseAssertionComponentElements(TestPlan.TestPlanTestCaseAssertionComponent element) protected voidJsonParser.composeTestPlanTestCaseAssertionComponentProperties(TestPlan.TestPlanTestCaseAssertionComponent element) protected booleanXmlParser.parseTestPlanTestCaseAssertionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseAssertionComponent res) protected voidJsonParser.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.assertionThe 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) voidTestPlan.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)