Skip to main content

HS.FHIR.vSTU3.Model.Resource.TestScript.Operation

deprecated class HS.FHIR.vSTU3.Model.Resource.TestScript.Operation extends HS.FHIR.vSTU3.Model.Base.BackboneElement

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.

Property Inventory

Method Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter JSONTYPEFIELD;
Inherited description: Type property name for JSON export.
parameter XMLNAME = TestScript.Operation;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = TestScript.Operation;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property accept as HS.FHIR.vSTU3.Model.Base.ContentType (XMLNAME = "accept", XMLPROJECTION = "ELEMENT");
The content-type or mime-type to use for RESTful operation in the 'Accept' header.
Property methods: acceptGet(), acceptGetSwizzled(), acceptIsValid(), acceptNewObject(), acceptSet()
property contentType as HS.FHIR.vSTU3.Model.Base.ContentType (XMLNAME = "contentType", XMLPROJECTION = "ELEMENT");
The content-type or mime-type to use for RESTful operation in the 'Content-Type' header.
Property methods: contentTypeGet(), contentTypeGetSwizzled(), contentTypeIsValid(), contentTypeNewObject(), contentTypeSet()
property description as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "description", XMLPROJECTION = "ELEMENT");
The description would be used by test engines for tracking and reporting purposes.
Property methods: descriptionGet(), descriptionGetSwizzled(), descriptionIsValid(), descriptionNewObject(), descriptionSet()
property destination as HS.FHIR.vSTU3.Model.Datatype.Integer (XMLNAME = "destination", XMLPROJECTION = "ELEMENT");
The server where the request message is destined for. Must be one of the server numbers listed in TestScript.destination section.
Property methods: destinationGet(), destinationGetSwizzled(), destinationIsValid(), destinationNewObject(), destinationSet()
property encodeRequestUrl as HS.FHIR.vSTU3.Model.Datatype.Boolean (XMLNAME = "encodeRequestUrl", XMLPROJECTION = "ELEMENT");
Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths.
Property methods: encodeRequestUrlGet(), encodeRequestUrlGetSwizzled(), encodeRequestUrlIsValid(), encodeRequestUrlNewObject(), encodeRequestUrlSet()
property label as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "label", XMLPROJECTION = "ELEMENT");
The label would be used for tracking/logging purposes by test engines.
Property methods: labelGet(), labelGetSwizzled(), labelIsValid(), labelNewObject(), labelSet()
property origin as HS.FHIR.vSTU3.Model.Datatype.Integer (XMLNAME = "origin", XMLPROJECTION = "ELEMENT");
The server where the request message originates from. Must be one of the server numbers listed in TestScript.origin section.
Property methods: originGet(), originGetSwizzled(), originIsValid(), originNewObject(), originSet()
property params as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "params", XMLPROJECTION = "ELEMENT");
Path plus parameters after [type]. Used to set parts of the request URL explicitly.
Property methods: paramsGet(), paramsGetSwizzled(), paramsIsValid(), paramsNewObject(), paramsSet()
property requestHeader as list of HS.FHIR.vSTU3.Model.Resource.TestScript.RequestHeader (XMLNAME = "requestHeader", XMLPROJECTION = "ELEMENT");
Header elements would be used to set HTTP headers.
Property methods: requestHeaderBuildValueArray(), requestHeaderCollectionToDisplay(), requestHeaderCollectionToOdbc(), requestHeaderDisplayToCollection(), requestHeaderGet(), requestHeaderGetObject(), requestHeaderGetObjectId(), requestHeaderGetSwizzled(), requestHeaderIsValid(), requestHeaderOdbcToCollection(), requestHeaderSet(), requestHeaderSetObject(), requestHeaderSetObjectId()
property requestId as HS.FHIR.vSTU3.Model.Datatype.Id (XMLNAME = "requestId", XMLPROJECTION = "ELEMENT");
The fixture id (maybe new) to map to the request.
Property methods: requestIdGet(), requestIdGetSwizzled(), requestIdIsValid(), requestIdNewObject(), requestIdSet()
property resource as HS.FHIR.vSTU3.Model.Base.FHIRDefinedType (XMLNAME = "resource", XMLPROJECTION = "ELEMENT");
The type of the resource. See http://build.fhir.org/resourcelist.html.
Property methods: resourceGet(), resourceGetSwizzled(), resourceIsValid(), resourceNewObject(), resourceSet()
property responseId as HS.FHIR.vSTU3.Model.Datatype.Id (XMLNAME = "responseId", XMLPROJECTION = "ELEMENT");
The fixture id (maybe new) to map to the response.
Property methods: responseIdGet(), responseIdGetSwizzled(), responseIdIsValid(), responseIdNewObject(), responseIdSet()
property sourceId as HS.FHIR.vSTU3.Model.Datatype.Id (XMLNAME = "sourceId", XMLPROJECTION = "ELEMENT");
The id of the fixture used as the body of a PUT or POST request.
Property methods: sourceIdGet(), sourceIdGetSwizzled(), sourceIdIsValid(), sourceIdNewObject(), sourceIdSet()
property targetId as HS.FHIR.vSTU3.Model.Datatype.Id (XMLNAME = "targetId", XMLPROJECTION = "ELEMENT");
Id of fixture used for extracting the [id], [type], and [vid] for GET requests.
Property methods: targetIdGet(), targetIdGetSwizzled(), targetIdIsValid(), targetIdNewObject(), targetIdSet()
property type as HS.FHIR.vSTU3.Model.Base.Coding (XMLNAME = "type", XMLPROJECTION = "ELEMENT");
Server interaction or operation type.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
property url as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "url", XMLPROJECTION = "ELEMENT");
Complete request URL.
Property methods: urlGet(), urlGetSwizzled(), urlIsValid(), urlNewObject(), urlSet()

Methods

deprecated method SetAccept(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "accept" property.
deprecated method SetContentType(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "contentType" property.
deprecated method SetDescription(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "description" property.
deprecated method SetDestination(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "destination" property.
deprecated method SetEncodeRequestUrl(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "encodeRequestUrl" property.
deprecated method SetLabel(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "label" property.
deprecated method SetOrigin(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "origin" property.
deprecated method SetParams(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "params" property.
deprecated method SetRequestId(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "requestId" property.
deprecated method SetResource(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "resource" property.
deprecated method SetResponseId(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "responseId" property.
deprecated method SetSourceId(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "sourceId" property.
deprecated method SetTargetId(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "targetId" property.
deprecated method SetType(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "type" property.
deprecated method SetUrl(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "url" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab