
Uses of Class
org.hl7.fhir.r5.model.TestPlan
Packages that use TestPlan
-
Uses of TestPlan in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlanModifier and TypeMethodDescriptionprotected TestPlanJsonParser.parseTestPlan(com.google.gson.JsonObject json) protected TestPlanXmlParser.parseTestPlan(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlanModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestPlan(String name, TestPlan element) protected voidRdfParser.composeTestPlan(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan element, int index) protected voidXmlParser.composeTestPlan(String name, TestPlan element) protected voidXmlParser.composeTestPlanElements(TestPlan element) protected voidJsonParser.composeTestPlanProperties(TestPlan element) protected booleanXmlParser.parseTestPlanContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan res) protected voidJsonParser.parseTestPlanProperties(com.google.gson.JsonObject json, TestPlan res) -
Uses of TestPlan in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return TestPlanModifier and TypeMethodDescriptionTestPlan.addCategory(CodeableConcept t) TestPlan.addContact(ContactDetail t) TestPlan.addDependency(TestPlan.TestPlanDependencyComponent t) TestPlan.addIdentifier(Identifier t) TestPlan.addJurisdiction(CodeableConcept t) TestPlan.addTestCase(TestPlan.TestPlanTestCaseComponent t) TestPlan.addUseContext(UsageContext t) TestPlan.copy()TestPlan.setCategory(List<CodeableConcept> theCategory) TestPlan.setContact(List<ContactDetail> theContact) TestPlan.setCopyright(String value) TestPlan.setCopyrightElement(MarkdownType value) TestPlan.setCopyrightLabel(String value) TestPlan.setCopyrightLabelElement(StringType value) TestPlan.setDateElement(DateTimeType value) TestPlan.setDependency(List<TestPlan.TestPlanDependencyComponent> theDependency) TestPlan.setDescription(String value) TestPlan.setDescriptionElement(MarkdownType value) TestPlan.setExitCriteria(String value) TestPlan.setExitCriteriaElement(MarkdownType value) TestPlan.setExperimental(boolean value) TestPlan.setExperimentalElement(BooleanType value) TestPlan.setIdentifier(List<Identifier> theIdentifier) TestPlan.setJurisdiction(List<CodeableConcept> theJurisdiction) TestPlan.setNameElement(StringType value) TestPlan.setPublisher(String value) TestPlan.setPublisherElement(StringType value) TestPlan.setPurpose(String value) TestPlan.setPurposeElement(MarkdownType value) TestPlan.setStatus(Enumerations.PublicationStatus value) TestPlan.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) TestPlan.setTestCase(List<TestPlan.TestPlanTestCaseComponent> theTestCase) TestPlan.setTestTools(String value) TestPlan.setTestToolsElement(MarkdownType value) TestPlan.setTitleElement(StringType value) TestPlan.setUrlElement(UriType value) TestPlan.setUseContext(List<UsageContext> theUseContext) TestPlan.setVersion(String value) TestPlan.setVersionAlgorithm(DataType value) TestPlan.setVersionElement(StringType value) protected TestPlanTestPlan.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type TestPlan