Uses of Class
org.hl7.fhir.dstu2.model.TestScript
-
Uses of TestScript in org.hl7.fhir.dstu2.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
XmlParser.composeTestScript
(String name, TestScript element) protected void
JsonParser.composeTestScriptInner
(TestScript element) protected TestScript.TestScriptContactComponent
JsonParser.parseTestScriptTestScriptContactComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptContactComponent
XmlParser.parseTestScriptTestScriptContactComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptFixtureComponent
JsonParser.parseTestScriptTestScriptFixtureComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptFixtureComponent
XmlParser.parseTestScriptTestScriptFixtureComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) JsonParser.parseTestScriptTestScriptMetadataCapabilityComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptMetadataCapabilityComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptMetadataComponent
JsonParser.parseTestScriptTestScriptMetadataComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptMetadataComponent
XmlParser.parseTestScriptTestScriptMetadataComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) JsonParser.parseTestScriptTestScriptMetadataLinkComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptMetadataLinkComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) JsonParser.parseTestScriptTestScriptSetupActionAssertComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptSetupActionAssertComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) JsonParser.parseTestScriptTestScriptSetupActionComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptSetupActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) JsonParser.parseTestScriptTestScriptSetupActionOperationComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptSetupActionOperationComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) JsonParser.parseTestScriptTestScriptSetupActionOperationRequestHeaderComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptSetupActionOperationRequestHeaderComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptSetupComponent
JsonParser.parseTestScriptTestScriptSetupComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptSetupComponent
XmlParser.parseTestScriptTestScriptSetupComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) JsonParser.parseTestScriptTestScriptTeardownActionComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptTeardownActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptTeardownComponent
JsonParser.parseTestScriptTestScriptTeardownComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTeardownComponent
XmlParser.parseTestScriptTestScriptTeardownComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptTestActionComponent
JsonParser.parseTestScriptTestScriptTestActionComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestActionComponent
XmlParser.parseTestScriptTestScriptTestActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptTestComponent
JsonParser.parseTestScriptTestScriptTestComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestComponent
XmlParser.parseTestScriptTestScriptTestComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptVariableComponent
JsonParser.parseTestScriptTestScriptVariableComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptVariableComponent
XmlParser.parseTestScriptTestScriptVariableComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript in org.hl7.fhir.dstu2.model
Modifier and TypeMethodDescriptionTestScript.addContact
(TestScript.TestScriptContactComponent t) TestScript.addFixture
(TestScript.TestScriptFixtureComponent t) TestScript.addProfile
(Reference t) TestScript.addTest
(TestScript.TestScriptTestComponent t) TestScript.addUseContext
(CodeableConcept t) TestScript.addVariable
(TestScript.TestScriptVariableComponent t) TestScript.copy()
TestScript.setCopyright
(String value) TestScript.setCopyrightElement
(StringType value) TestScript.setDateElement
(DateTimeType value) TestScript.setDescription
(String value) TestScript.setDescriptionElement
(StringType value) TestScript.setExperimental
(boolean value) TestScript.setExperimentalElement
(BooleanType value) TestScript.setIdentifier
(Identifier value) TestScript.setMetadata
(TestScript.TestScriptMetadataComponent value) TestScript.setMultiserver
(boolean value) TestScript.setMultiserverElement
(BooleanType value) TestScript.setNameElement
(StringType value) TestScript.setPublisher
(String value) TestScript.setPublisherElement
(StringType value) TestScript.setRequirements
(String value) TestScript.setRequirementsElement
(StringType value) TestScript.setSetup
(TestScript.TestScriptSetupComponent value) TestScript.setStatus
(Enumerations.ConformanceResourceStatus value) TestScript.setStatusElement
(Enumeration<Enumerations.ConformanceResourceStatus> value) TestScript.setTeardown
(TestScript.TestScriptTeardownComponent value) TestScript.setUrlElement
(UriType value) TestScript.setVersion
(String value) TestScript.setVersionElement
(StringType value) protected TestScript
TestScript.typedCopy()