
Uses of Class
org.hl7.fhir.dstu2.model.TestScript
Packages that use TestScript
-
Uses of TestScript in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type TestScriptModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScript(String name, TestScript element) protected voidXmlParser.composeTestScript(String name, TestScript element) protected voidJsonParser.composeTestScriptInner(TestScript element) protected TestScript.TestScriptContactComponentJsonParser.parseTestScriptTestScriptContactComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptContactComponentXmlParser.parseTestScriptTestScriptContactComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptFixtureComponentJsonParser.parseTestScriptTestScriptFixtureComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptFixtureComponentXmlParser.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.TestScriptMetadataComponentJsonParser.parseTestScriptTestScriptMetadataComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptMetadataComponentXmlParser.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.TestScriptSetupComponentJsonParser.parseTestScriptTestScriptSetupComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptSetupComponentXmlParser.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.TestScriptTeardownComponentJsonParser.parseTestScriptTestScriptTeardownComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTeardownComponentXmlParser.parseTestScriptTestScriptTeardownComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptTestActionComponentJsonParser.parseTestScriptTestScriptTestActionComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestActionComponentXmlParser.parseTestScriptTestScriptTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptTestComponentJsonParser.parseTestScriptTestScriptTestComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestComponentXmlParser.parseTestScriptTestScriptTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) protected TestScript.TestScriptVariableComponentJsonParser.parseTestScriptTestScriptVariableComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptVariableComponentXmlParser.parseTestScriptTestScriptVariableComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return TestScriptModifier 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 TestScriptTestScript.typedCopy()