Uses of Class
org.hl7.fhir.r5.model.TestScript
-
Uses of TestScript in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic TestScript
Extensions.addReplaces
(TestScript context, String value) Modifier and TypeMethodDescriptionstatic TestScript
Extensions.addReplaces
(TestScript context, String value) Extensions.getReplacesList
(TestScript context) -
Uses of TestScript in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestScript
JsonParser.parseTestScript
(com.google.gson.JsonObject json) protected TestScript
XmlParser.parseTestScript
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScript
(String name, TestScript element) protected void
RdfParser.composeTestScript
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript element, int index) protected void
XmlParser.composeTestScript
(String name, TestScript element) protected void
XmlParser.composeTestScriptElements
(TestScript element) protected void
JsonParser.composeTestScriptProperties
(TestScript element) protected boolean
XmlParser.parseTestScriptContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript res) protected void
JsonParser.parseTestScriptProperties
(com.google.gson.JsonObject json, TestScript res) -
Uses of TestScript in org.hl7.fhir.r5.model
Modifier 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
(String value) 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.setCopyrightLabel
(String value) TestScript.setCopyrightLabelElement
(StringType 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<CanonicalType> 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.setVersionAlgorithm
(DataType value) TestScript.setVersionElement
(StringType value) protected TestScript
TestScript.typedCopy()