Uses of Class
org.hl7.fhir.r5.model.TestScript
Packages that use TestScript
-
Uses of TestScript in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScriptModifier and TypeMethodDescriptionprotected TestScriptJsonParser.parseTestScript(com.google.gson.JsonObject json)protected TestScriptXmlParser.parseTestScript(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type TestScriptModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScript(String name, TestScript element)protected voidRdfParser.composeTestScript(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript element, int index)protected voidXmlParser.composeTestScript(String name, TestScript element)protected voidXmlParser.composeTestScriptElements(TestScript element)protected voidJsonParser.composeTestScriptProperties(TestScript element)protected booleanXmlParser.parseTestScriptContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript res)protected voidJsonParser.parseTestScriptProperties(com.google.gson.JsonObject json, TestScript res) -
Uses of TestScript in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return TestScriptModifier and TypeMethodDescriptionTestScript.addContact(ContactDetail t)TestScript.addDestination(TestScript.TestScriptDestinationComponent t)TestScript.addFixture(TestScript.TestScriptFixtureComponent t)TestScript.addIdentifier(Identifier t)TestScript.addJurisdiction(CodeableConcept t)TestScript.addOrigin(TestScript.TestScriptOriginComponent t)TestScript.addProfile(Reference t)TestScript.addScope(TestScript.TestScriptScopeComponent t)TestScript.addTest(TestScript.TestScriptTestComponent t)TestScript.addUseContext(UsageContext t)TestScript.addVariable(TestScript.TestScriptVariableComponent t)TestScript.copy()TestScript.setContact(List<ContactDetail> theContact)TestScript.setCopyright(String value)TestScript.setCopyrightElement(MarkdownType value)TestScript.setDateElement(DateTimeType value)TestScript.setDescription(String value)TestScript.setDescriptionElement(MarkdownType value)TestScript.setDestination(List<TestScript.TestScriptDestinationComponent> theDestination)TestScript.setExperimental(boolean value)TestScript.setExperimentalElement(BooleanType value)TestScript.setFixture(List<TestScript.TestScriptFixtureComponent> theFixture)TestScript.setIdentifier(List<Identifier> theIdentifier)TestScript.setJurisdiction(List<CodeableConcept> theJurisdiction)TestScript.setMetadata(TestScript.TestScriptMetadataComponent value)TestScript.setNameElement(StringType value)TestScript.setOrigin(List<TestScript.TestScriptOriginComponent> theOrigin)TestScript.setProfile(List<Reference> theProfile)TestScript.setPublisher(String value)TestScript.setPublisherElement(StringType value)TestScript.setPurpose(String value)TestScript.setPurposeElement(MarkdownType value)TestScript.setScope(List<TestScript.TestScriptScopeComponent> theScope)TestScript.setSetup(TestScript.TestScriptSetupComponent value)TestScript.setStatus(Enumerations.PublicationStatus value)TestScript.setStatusElement(Enumeration<Enumerations.PublicationStatus> value)TestScript.setTeardown(TestScript.TestScriptTeardownComponent value)TestScript.setTest(List<TestScript.TestScriptTestComponent> theTest)TestScript.setTitleElement(StringType value)TestScript.setUrlElement(UriType value)TestScript.setUseContext(List<UsageContext> theUseContext)TestScript.setVariable(List<TestScript.TestScriptVariableComponent> theVariable)TestScript.setVersion(String value)TestScript.setVersionElement(StringType value)protected TestScriptTestScript.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type TestScript