Uses of Class
org.hl7.fhir.r5.model.TestPlan
-
Uses of TestPlan in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestPlan
JsonParser.parseTestPlan
(com.google.gson.JsonObject json) protected TestPlan
XmlParser.parseTestPlan
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestPlan
(String name, TestPlan element) protected void
RdfParser.composeTestPlan
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan element, int index) protected void
XmlParser.composeTestPlan
(String name, TestPlan element) protected void
XmlParser.composeTestPlanElements
(TestPlan element) protected void
JsonParser.composeTestPlanProperties
(TestPlan element) protected boolean
XmlParser.parseTestPlanContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan res) protected void
JsonParser.parseTestPlanProperties
(com.google.gson.JsonObject json, TestPlan res) -
Uses of TestPlan in org.hl7.fhir.r5.model
Modifier 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 TestPlan
TestPlan.typedCopy()