
Class TestScript
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IAnyResource
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
,org.hl7.fhir.instance.model.api.IBaseResource
,org.hl7.fhir.instance.model.api.IDomainResource
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static enum
static class
static enum
static class
static enum
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static enum
static class
static class
static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ContactDetail>
Contact details to assist a user in finding and communicating with the publisher.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for contextstatic final ca.uhn.fhir.rest.gclient.QuantityClientParam
Fluent Client search parameter constant for context-quantitystatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for context-typestatic final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,
ca.uhn.fhir.rest.gclient.QuantityClientParam> Fluent Client search parameter constant for context-type-quantitystatic final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,
ca.uhn.fhir.rest.gclient.TokenClientParam> Fluent Client search parameter constant for context-type-valueprotected MarkdownType
A copyright statement relating to the test script and/or its contents.protected DateTimeType
The date (and optionally time) when the test script was published.static final ca.uhn.fhir.rest.gclient.DateClientParam
Fluent Client search parameter constant for dateprotected MarkdownType
A free text natural language description of the test script from a consumer's perspective.static final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for descriptionprotected List<TestScript.TestScriptDestinationComponent>
An abstract server used in operations within this test script in the destination element.protected BooleanType
A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.protected List<TestScript.TestScriptFixtureComponent>
Fixture in the test script - by reference (uri).protected List<Identifier>
A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for identifierstatic final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.protected List<CodeableConcept>
A legal or geographic region in which the test script is intended to be used.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for jurisdictionprotected TestScript.TestScriptMetadataComponent
The required capability must exist and are assumed to function correctly on the FHIR server being tested.protected StringType
A natural language name identifying the test script.static final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for nameprotected List<TestScript.TestScriptOriginComponent>
An abstract server used in operations within this test script in the origin element.Reference to the profile to be used for validation.protected StringType
The name of the organization or individual that published the test script.static final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for publisherprotected MarkdownType
Explanation of why this test script is needed and why it has been designed as it has.protected List<TestScript.TestScriptScopeComponent>
The scope indicates a conformance artifact that is tested by the test(s) within this test case and the expectation of the test outcome(s) as well as the intended test phase inclusion.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for scope-artifactprotected TestScript.TestScriptSetupComponent
A series of required setup operations before tests are executed.static final String
Search parameter: contextstatic final String
Search parameter: context-quantitystatic final String
Search parameter: context-typestatic final String
Search parameter: context-type-quantitystatic final String
Search parameter: context-type-valuestatic final String
Search parameter: datestatic final String
Search parameter: descriptionstatic final String
Search parameter: identifierstatic final String
Search parameter: jurisdictionstatic final String
Search parameter: namestatic final String
Search parameter: publisherstatic final String
Search parameter: scope-artifactstatic final String
Search parameter: statusstatic final String
Search parameter: testscript-capabilitystatic final String
Search parameter: titlestatic final String
Search parameter: urlstatic final String
Search parameter: versionprotected Enumeration<Enumerations.PublicationStatus>
The status of this test script.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for statusprotected TestScript.TestScriptTeardownComponent
A series of operations required to clean up after all the tests are executed (successfully or otherwise).protected List<TestScript.TestScriptTestComponent>
A test in this script.static final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for testscript-capabilityprotected StringType
A short, descriptive, user-friendly title for the test script.static final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for titleprotected UriType
An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier.static final ca.uhn.fhir.rest.gclient.UriClientParam
Fluent Client search parameter constant for urlprotected List<UsageContext>
The content was developed with a focus and intent of supporting the contexts that are listed.protected List<TestScript.TestScriptVariableComponent>
Variable is set based either on element value in response body or on header field value in the response headers.protected StringType
The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for versionFields inherited from class org.hl7.fhir.r5.model.DomainResource
contained, extension, modifierExtension, SP_TEXT, text, TEXT
Fields inherited from class org.hl7.fhir.r5.model.Resource
id, implicitRules, language, meta
Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, SP_RES_ID
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorTestScript
(String name, Enumerations.PublicationStatus status) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddScope()
addTest()
copy()
void
copyValues
(TestScript dst) boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getDate()
boolean
getName()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) getScope()
getSetup()
getTest()
getTitle()
String[]
getTypesForProperty
(int hash, String name) getUrl()
boolean
boolean
boolean
boolean
hasDate()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasName()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasScope()
boolean
hasSetup()
boolean
boolean
boolean
boolean
hasTest()
boolean
hasTitle()
boolean
boolean
hasUrl()
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setContact
(List<ContactDetail> theContact) setCopyright
(String value) setCopyrightElement
(MarkdownType value) setDateElement
(DateTimeType value) setDescription
(String value) setDestination
(List<TestScript.TestScriptDestinationComponent> theDestination) setExperimental
(boolean value) setFixture
(List<TestScript.TestScriptFixtureComponent> theFixture) setIdentifier
(List<Identifier> theIdentifier) setJurisdiction
(List<CodeableConcept> theJurisdiction) setNameElement
(StringType value) setOrigin
(List<TestScript.TestScriptOriginComponent> theOrigin) setProfile
(List<Reference> theProfile) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setPublisher
(String value) setPublisherElement
(StringType value) setPurpose
(String value) setPurposeElement
(MarkdownType value) setScope
(List<TestScript.TestScriptScopeComponent> theScope) setTest
(List<TestScript.TestScriptTestComponent> theTest) setTitleElement
(StringType value) setUrlElement
(UriType value) setUseContext
(List<UsageContext> theUseContext) setVariable
(List<TestScript.TestScriptVariableComponent> theVariable) setVersion
(String value) setVersionElement
(StringType value) protected TestScript
Methods inherited from class org.hl7.fhir.r5.model.CanonicalResource
copyValues, getContactMax, getCopyrightMax, getDateMax, getDescriptionMax, getExperimentalMax, getIdentifierMax, getJurisdictionMax, getNameMax, getPublisherMax, getPurposeMax, getStatusMax, getTitleMax, getUrlMax, getUseContextMax, getVersionedUrl, getVersionMax, getVUrl, present, supportsCopyright, supportsExperimental, toString
Methods inherited from class org.hl7.fhir.r5.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
Methods inherited from class org.hl7.fhir.r5.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
Methods inherited from class org.hl7.fhir.r5.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
Methods inherited from class org.hl7.fhir.r5.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, setId
-
Field Details
-
url
An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers. -
identifier
A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance. -
version
The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. -
name
A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation. -
title
A short, descriptive, user-friendly title for the test script. -
status
The status of this test script. Enables tracking the life-cycle of the content. -
experimental
A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage. -
date
The date (and optionally time) when the test script was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes. -
publisher
The name of the organization or individual that published the test script. -
contact
Contact details to assist a user in finding and communicating with the publisher. -
description
A free text natural language description of the test script from a consumer's perspective. -
useContext
The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate test script instances. -
jurisdiction
A legal or geographic region in which the test script is intended to be used. -
purpose
Explanation of why this test script is needed and why it has been designed as it has. -
copyright
A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script. -
origin
An abstract server used in operations within this test script in the origin element. -
destination
An abstract server used in operations within this test script in the destination element. -
metadata
The required capability must exist and are assumed to function correctly on the FHIR server being tested. -
scope
The scope indicates a conformance artifact that is tested by the test(s) within this test case and the expectation of the test outcome(s) as well as the intended test phase inclusion. -
fixture
Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute. -
profile
Reference to the profile to be used for validation. -
variable
Variable is set based either on element value in response body or on header field value in the response headers. -
setup
A series of required setup operations before tests are executed. -
test
A test in this script. -
teardown
A series of operations required to clean up after all the tests are executed (successfully or otherwise). -
SP_CONTEXT_QUANTITY
Search parameter: context-quantityDescription: A quantity- or range-valued use context assigned to the test script
Type: quantity
Path: (TestScript.useContext.value as Quantity) | (TestScript.useContext.value as Range)
- See Also:
-
CONTEXT_QUANTITY
Fluent Client search parameter constant for context-quantityDescription: A quantity- or range-valued use context assigned to the test script
Type: quantity
Path: (TestScript.useContext.value as Quantity) | (TestScript.useContext.value as Range)
-
SP_CONTEXT_TYPE_QUANTITY
Search parameter: context-type-quantityDescription: A use context type and quantity- or range-based value assigned to the test script
Type: composite
Path: TestScript.useContext
- See Also:
-
CONTEXT_TYPE_QUANTITY
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> CONTEXT_TYPE_QUANTITYFluent Client search parameter constant for context-type-quantityDescription: A use context type and quantity- or range-based value assigned to the test script
Type: composite
Path: TestScript.useContext
-
SP_CONTEXT_TYPE_VALUE
Search parameter: context-type-valueDescription: A use context type and value assigned to the test script
Type: composite
Path: TestScript.useContext
- See Also:
-
CONTEXT_TYPE_VALUE
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> CONTEXT_TYPE_VALUEFluent Client search parameter constant for context-type-valueDescription: A use context type and value assigned to the test script
Type: composite
Path: TestScript.useContext
-
SP_CONTEXT_TYPE
Search parameter: context-typeDescription: A type of use context assigned to the test script
Type: token
Path: TestScript.useContext.code
- See Also:
-
CONTEXT_TYPE
Fluent Client search parameter constant for context-typeDescription: A type of use context assigned to the test script
Type: token
Path: TestScript.useContext.code
-
SP_CONTEXT
Search parameter: contextDescription: A use context assigned to the test script
Type: token
Path: (TestScript.useContext.value as CodeableConcept)
- See Also:
-
CONTEXT
Fluent Client search parameter constant for contextDescription: A use context assigned to the test script
Type: token
Path: (TestScript.useContext.value as CodeableConcept)
-
SP_DATE
Search parameter: dateDescription: The test script publication date
Type: date
Path: TestScript.date
- See Also:
-
DATE
Fluent Client search parameter constant for dateDescription: The test script publication date
Type: date
Path: TestScript.date
-
SP_DESCRIPTION
Search parameter: descriptionDescription: The description of the test script
Type: string
Path: TestScript.description
- See Also:
-
DESCRIPTION
Fluent Client search parameter constant for descriptionDescription: The description of the test script
Type: string
Path: TestScript.description
-
SP_IDENTIFIER
Search parameter: identifierDescription: External identifier for the test script
Type: token
Path: TestScript.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: External identifier for the test script
Type: token
Path: TestScript.identifier
-
SP_JURISDICTION
Search parameter: jurisdictionDescription: Intended jurisdiction for the test script
Type: token
Path: TestScript.jurisdiction
- See Also:
-
JURISDICTION
Fluent Client search parameter constant for jurisdictionDescription: Intended jurisdiction for the test script
Type: token
Path: TestScript.jurisdiction
-
SP_NAME
Search parameter: nameDescription: Computationally friendly name of the test script
Type: string
Path: TestScript.name
- See Also:
-
NAME
Fluent Client search parameter constant for nameDescription: Computationally friendly name of the test script
Type: string
Path: TestScript.name
-
SP_PUBLISHER
Search parameter: publisherDescription: Name of the publisher of the test script
Type: string
Path: TestScript.publisher
- See Also:
-
PUBLISHER
Fluent Client search parameter constant for publisherDescription: Name of the publisher of the test script
Type: string
Path: TestScript.publisher
-
SP_SCOPE_ARTIFACT
Search parameter: scope-artifactDescription: The artifact under test
Type: reference
Path: TestScript.scope.artifact
- See Also:
-
SCOPE_ARTIFACT
Fluent Client search parameter constant for scope-artifactDescription: The artifact under test
Type: reference
Path: TestScript.scope.artifact
-
INCLUDE_SCOPE_ARTIFACT
Constant for fluent queries to be used to add include statements. Specifies the path value of "TestScript:scope-artifact". -
SP_STATUS
Search parameter: statusDescription: The current status of the test script
Type: token
Path: TestScript.status
- See Also:
-
STATUS
Fluent Client search parameter constant for statusDescription: The current status of the test script
Type: token
Path: TestScript.status
-
SP_TESTSCRIPT_CAPABILITY
Search parameter: testscript-capabilityDescription: TestScript required and validated capability
Type: string
Path: TestScript.metadata.capability.description
- See Also:
-
TESTSCRIPT_CAPABILITY
Fluent Client search parameter constant for testscript-capabilityDescription: TestScript required and validated capability
Type: string
Path: TestScript.metadata.capability.description
-
SP_TITLE
Search parameter: titleDescription: The human-friendly name of the test script
Type: string
Path: TestScript.title
- See Also:
-
TITLE
Fluent Client search parameter constant for titleDescription: The human-friendly name of the test script
Type: string
Path: TestScript.title
-
SP_URL
Search parameter: urlDescription: The uri that identifies the test script
Type: uri
Path: TestScript.url
- See Also:
-
URL
Fluent Client search parameter constant for urlDescription: The uri that identifies the test script
Type: uri
Path: TestScript.url
-
SP_VERSION
Search parameter: versionDescription: The business version of the test script
Type: token
Path: TestScript.version
- See Also:
-
VERSION
Fluent Client search parameter constant for versionDescription: The business version of the test script
Type: token
Path: TestScript.version
-
-
Constructor Details
-
TestScript
public TestScript()Constructor -
TestScript
Constructor
-
-
Method Details
-
getUrlElement
- Specified by:
getUrlElement
in classCanonicalResource
- Returns:
url
(An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
hasUrlElement
- Specified by:
hasUrlElement
in classCanonicalResource
-
hasUrl
- Specified by:
hasUrl
in classCanonicalResource
-
setUrlElement
- Specified by:
setUrlElement
in classCanonicalResource
- Parameters:
value
-url
(An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
getUrl
- Specified by:
getUrl
in classCanonicalResource
- Returns:
- An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers.
-
setUrl
- Specified by:
setUrl
in classCanonicalResource
- Parameters:
value
- An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers.
-
getIdentifier
- Specified by:
getIdentifier
in classCanonicalResource
- Returns:
identifier
(A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance.)
-
setIdentifier
- Specified by:
setIdentifier
in classCanonicalResource
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasIdentifier
- Specified by:
hasIdentifier
in classCanonicalResource
-
addIdentifier
- Specified by:
addIdentifier
in classCanonicalResource
-
addIdentifier
- Specified by:
addIdentifier
in classCanonicalResource
-
getIdentifierFirstRep
- Specified by:
getIdentifierFirstRep
in classCanonicalResource
- Returns:
- The first repetition of repeating field
identifier
, creating it if it does not already exist {3}
-
getVersionElement
- Specified by:
getVersionElement
in classCanonicalResource
- Returns:
version
(The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
hasVersionElement
- Specified by:
hasVersionElement
in classCanonicalResource
-
hasVersion
- Specified by:
hasVersion
in classCanonicalResource
-
setVersionElement
- Specified by:
setVersionElement
in classCanonicalResource
- Parameters:
value
-version
(The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
getVersion
- Specified by:
getVersion
in classCanonicalResource
- Returns:
- The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.
-
setVersion
- Specified by:
setVersion
in classCanonicalResource
- Parameters:
value
- The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.
-
getNameElement
- Specified by:
getNameElement
in classCanonicalResource
- Returns:
name
(A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
- Specified by:
hasNameElement
in classCanonicalResource
-
hasName
- Specified by:
hasName
in classCanonicalResource
-
setNameElement
- Specified by:
setNameElement
in classCanonicalResource
- Parameters:
value
-name
(A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
getName
- Specified by:
getName
in classCanonicalResource
- Returns:
- A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation.
-
setName
- Specified by:
setName
in classCanonicalResource
- Parameters:
value
- A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation.
-
getTitleElement
- Specified by:
getTitleElement
in classCanonicalResource
- Returns:
title
(A short, descriptive, user-friendly title for the test script.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
hasTitleElement
- Specified by:
hasTitleElement
in classCanonicalResource
-
hasTitle
- Specified by:
hasTitle
in classCanonicalResource
-
setTitleElement
- Specified by:
setTitleElement
in classCanonicalResource
- Parameters:
value
-title
(A short, descriptive, user-friendly title for the test script.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
getTitle
- Specified by:
getTitle
in classCanonicalResource
- Returns:
- A short, descriptive, user-friendly title for the test script.
-
setTitle
- Specified by:
setTitle
in classCanonicalResource
- Parameters:
value
- A short, descriptive, user-friendly title for the test script.
-
getStatusElement
- Specified by:
getStatusElement
in classCanonicalResource
- Returns:
status
(The status of this test script. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
- Specified by:
hasStatusElement
in classCanonicalResource
-
hasStatus
- Specified by:
hasStatus
in classCanonicalResource
-
setStatusElement
- Specified by:
setStatusElement
in classCanonicalResource
- Parameters:
value
-status
(The status of this test script. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
- Specified by:
getStatus
in classCanonicalResource
- Returns:
- The status of this test script. Enables tracking the life-cycle of the content.
-
setStatus
- Specified by:
setStatus
in classCanonicalResource
- Parameters:
value
- The status of this test script. Enables tracking the life-cycle of the content.
-
getExperimentalElement
- Specified by:
getExperimentalElement
in classCanonicalResource
- Returns:
experimental
(A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
-
hasExperimentalElement
- Specified by:
hasExperimentalElement
in classCanonicalResource
-
hasExperimental
- Specified by:
hasExperimental
in classCanonicalResource
-
setExperimentalElement
- Specified by:
setExperimentalElement
in classCanonicalResource
- Parameters:
value
-experimental
(A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
-
getExperimental
- Specified by:
getExperimental
in classCanonicalResource
- Returns:
- A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.
-
setExperimental
- Specified by:
setExperimental
in classCanonicalResource
- Parameters:
value
- A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.
-
getDateElement
- Specified by:
getDateElement
in classCanonicalResource
- Returns:
date
(The date (and optionally time) when the test script was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
- Specified by:
hasDateElement
in classCanonicalResource
-
hasDate
- Specified by:
hasDate
in classCanonicalResource
-
setDateElement
- Specified by:
setDateElement
in classCanonicalResource
- Parameters:
value
-date
(The date (and optionally time) when the test script was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
- Specified by:
getDate
in classCanonicalResource
- Returns:
- The date (and optionally time) when the test script was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes.
-
setDate
- Specified by:
setDate
in classCanonicalResource
- Parameters:
value
- The date (and optionally time) when the test script was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes.
-
getPublisherElement
- Specified by:
getPublisherElement
in classCanonicalResource
- Returns:
publisher
(The name of the organization or individual that published the test script.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
hasPublisherElement
- Specified by:
hasPublisherElement
in classCanonicalResource
-
hasPublisher
- Specified by:
hasPublisher
in classCanonicalResource
-
setPublisherElement
- Specified by:
setPublisherElement
in classCanonicalResource
- Parameters:
value
-publisher
(The name of the organization or individual that published the test script.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
getPublisher
- Specified by:
getPublisher
in classCanonicalResource
- Returns:
- The name of the organization or individual that published the test script.
-
setPublisher
- Specified by:
setPublisher
in classCanonicalResource
- Parameters:
value
- The name of the organization or individual that published the test script.
-
getContact
- Specified by:
getContact
in classCanonicalResource
- Returns:
contact
(Contact details to assist a user in finding and communicating with the publisher.)
-
setContact
- Specified by:
setContact
in classCanonicalResource
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasContact
- Specified by:
hasContact
in classCanonicalResource
-
addContact
- Specified by:
addContact
in classCanonicalResource
-
addContact
- Specified by:
addContact
in classCanonicalResource
-
getContactFirstRep
- Specified by:
getContactFirstRep
in classCanonicalResource
- Returns:
- The first repetition of repeating field
contact
, creating it if it does not already exist {3}
-
getDescriptionElement
- Specified by:
getDescriptionElement
in classCanonicalResource
- Returns:
description
(A free text natural language description of the test script from a consumer's perspective.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
- Specified by:
hasDescriptionElement
in classCanonicalResource
-
hasDescription
- Specified by:
hasDescription
in classCanonicalResource
-
setDescriptionElement
- Specified by:
setDescriptionElement
in classCanonicalResource
- Parameters:
value
-description
(A free text natural language description of the test script from a consumer's perspective.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
- Specified by:
getDescription
in classCanonicalResource
- Returns:
- A free text natural language description of the test script from a consumer's perspective.
-
setDescription
- Specified by:
setDescription
in classCanonicalResource
- Parameters:
value
- A free text natural language description of the test script from a consumer's perspective.
-
getUseContext
- Specified by:
getUseContext
in classCanonicalResource
- Returns:
useContext
(The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate test script instances.)
-
setUseContext
- Specified by:
setUseContext
in classCanonicalResource
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasUseContext
- Specified by:
hasUseContext
in classCanonicalResource
-
addUseContext
- Specified by:
addUseContext
in classCanonicalResource
-
addUseContext
- Specified by:
addUseContext
in classCanonicalResource
-
getUseContextFirstRep
- Specified by:
getUseContextFirstRep
in classCanonicalResource
- Returns:
- The first repetition of repeating field
useContext
, creating it if it does not already exist {3}
-
getJurisdiction
- Specified by:
getJurisdiction
in classCanonicalResource
- Returns:
jurisdiction
(A legal or geographic region in which the test script is intended to be used.)
-
setJurisdiction
- Specified by:
setJurisdiction
in classCanonicalResource
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasJurisdiction
- Specified by:
hasJurisdiction
in classCanonicalResource
-
addJurisdiction
- Specified by:
addJurisdiction
in classCanonicalResource
-
addJurisdiction
- Specified by:
addJurisdiction
in classCanonicalResource
-
getJurisdictionFirstRep
- Specified by:
getJurisdictionFirstRep
in classCanonicalResource
- Returns:
- The first repetition of repeating field
jurisdiction
, creating it if it does not already exist {3}
-
getPurposeElement
- Specified by:
getPurposeElement
in classCanonicalResource
- Returns:
purpose
(Explanation of why this test script is needed and why it has been designed as it has.). This is the underlying object with id, value and extensions. The accessor "getPurpose" gives direct access to the value
-
hasPurposeElement
- Specified by:
hasPurposeElement
in classCanonicalResource
-
hasPurpose
- Specified by:
hasPurpose
in classCanonicalResource
-
setPurposeElement
- Specified by:
setPurposeElement
in classCanonicalResource
- Parameters:
value
-purpose
(Explanation of why this test script is needed and why it has been designed as it has.). This is the underlying object with id, value and extensions. The accessor "getPurpose" gives direct access to the value
-
getPurpose
- Specified by:
getPurpose
in classCanonicalResource
- Returns:
- Explanation of why this test script is needed and why it has been designed as it has.
-
setPurpose
- Specified by:
setPurpose
in classCanonicalResource
- Parameters:
value
- Explanation of why this test script is needed and why it has been designed as it has.
-
getCopyrightElement
- Specified by:
getCopyrightElement
in classCanonicalResource
- Returns:
copyright
(A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
-
hasCopyrightElement
- Specified by:
hasCopyrightElement
in classCanonicalResource
-
hasCopyright
- Specified by:
hasCopyright
in classCanonicalResource
-
setCopyrightElement
- Specified by:
setCopyrightElement
in classCanonicalResource
- Parameters:
value
-copyright
(A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
-
getCopyright
- Specified by:
getCopyright
in classCanonicalResource
- Returns:
- A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script.
-
setCopyright
- Specified by:
setCopyright
in classCanonicalResource
- Parameters:
value
- A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script.
-
getOrigin
- Returns:
origin
(An abstract server used in operations within this test script in the origin element.)
-
setOrigin
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasOrigin
-
addOrigin
-
addOrigin
-
getOriginFirstRep
- Returns:
- The first repetition of repeating field
origin
, creating it if it does not already exist {3}
-
getDestination
- Returns:
destination
(An abstract server used in operations within this test script in the destination element.)
-
setDestination
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasDestination
-
addDestination
-
addDestination
-
getDestinationFirstRep
- Returns:
- The first repetition of repeating field
destination
, creating it if it does not already exist {3}
-
getMetadata
- Returns:
metadata
(The required capability must exist and are assumed to function correctly on the FHIR server being tested.)
-
hasMetadata
-
setMetadata
- Parameters:
value
-metadata
(The required capability must exist and are assumed to function correctly on the FHIR server being tested.)
-
getScope
- Returns:
scope
(The scope indicates a conformance artifact that is tested by the test(s) within this test case and the expectation of the test outcome(s) as well as the intended test phase inclusion.)
-
setScope
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasScope
-
addScope
-
addScope
-
getScopeFirstRep
- Returns:
- The first repetition of repeating field
scope
, creating it if it does not already exist {3}
-
getFixture
- Returns:
fixture
(Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute.)
-
setFixture
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasFixture
-
addFixture
-
addFixture
-
getFixtureFirstRep
- Returns:
- The first repetition of repeating field
fixture
, creating it if it does not already exist {3}
-
getProfile
- Returns:
profile
(Reference to the profile to be used for validation.)
-
setProfile
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasProfile
-
addProfile
-
addProfile
-
getProfileFirstRep
- Returns:
- The first repetition of repeating field
profile
, creating it if it does not already exist {3}
-
getVariable
- Returns:
variable
(Variable is set based either on element value in response body or on header field value in the response headers.)
-
setVariable
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasVariable
-
addVariable
-
addVariable
-
getVariableFirstRep
- Returns:
- The first repetition of repeating field
variable
, creating it if it does not already exist {3}
-
getSetup
- Returns:
setup
(A series of required setup operations before tests are executed.)
-
hasSetup
-
setSetup
- Parameters:
value
-setup
(A series of required setup operations before tests are executed.)
-
getTest
- Returns:
test
(A test in this script.)
-
setTest
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasTest
-
addTest
-
addTest
-
getTestFirstRep
- Returns:
- The first repetition of repeating field
test
, creating it if it does not already exist {3}
-
getTeardown
- Returns:
teardown
(A series of operations required to clean up after all the tests are executed (successfully or otherwise).)
-
hasTeardown
-
setTeardown
- Parameters:
value
-teardown
(A series of operations required to clean up after all the tests are executed (successfully or otherwise).)
-
listChildren
- Overrides:
listChildren
in classCanonicalResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classCanonicalResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classCanonicalResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classCanonicalResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classCanonicalResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classCanonicalResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classCanonicalResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classCanonicalResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classCanonicalResource
-
copy
- Specified by:
copy
in classCanonicalResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classCanonicalResource
-
equalsShallow
- Overrides:
equalsShallow
in classCanonicalResource
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classCanonicalResource
-
getResourceType
- Specified by:
getResourceType
in classResource
-