Skip to main content

HS.FHIR.vSTU3.Model.Resource.TestReport

deprecated class HS.FHIR.vSTU3.Model.Resource.TestReport extends HS.FHIR.vSTU3.Model.Base.DomainResource

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
A summary of information based on the results of executing a TestScript.
If the element is present, it must have either a @value, an @id, or extensions

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 XMLNAME = TestReport;
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.

Properties

property identifier as HS.FHIR.vSTU3.Model.Base.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier for the TestScript assigned for external purposes outside the context of FHIR.
Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property issued as HS.FHIR.vSTU3.Model.Datatype.DateTime (XMLNAME = "issued", XMLPROJECTION = "ELEMENT");
When the TestScript was executed and this TestReport was generated.
Property methods: issuedGet(), issuedGetSwizzled(), issuedIsValid(), issuedNewObject(), issuedSet()
property name as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "name", XMLPROJECTION = "ELEMENT");
A free text natural language name identifying the executed TestScript.
Property methods: nameGet(), nameGetSwizzled(), nameIsValid(), nameNewObject(), nameSet()
property participant as list of HS.FHIR.vSTU3.Model.Resource.TestReport.Participant (XMLNAME = "participant", XMLPROJECTION = "ELEMENT");
A participant in the test execution, either the execution engine, a client, or a server.
Property methods: participantBuildValueArray(), participantCollectionToDisplay(), participantCollectionToOdbc(), participantDisplayToCollection(), participantGet(), participantGetObject(), participantGetObjectId(), participantGetSwizzled(), participantIsValid(), participantOdbcToCollection(), participantSet(), participantSetObject(), participantSetObjectId()
property result as HS.FHIR.vSTU3.Model.Base.TestReportResult (XMLNAME = "result", XMLPROJECTION = "ELEMENT") [ Required ];
The overall result from the execution of the TestScript.
Property methods: resultGet(), resultGetSwizzled(), resultIsValid(), resultNewObject(), resultSet()
property score as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "score", XMLPROJECTION = "ELEMENT");
The final score (percentage of tests passed) resulting from the execution of the TestScript.
Property methods: scoreGet(), scoreGetSwizzled(), scoreIsValid(), scoreNewObject(), scoreSet()
property setup as HS.FHIR.vSTU3.Model.Resource.TestReport.Setup (XMLNAME = "setup", XMLPROJECTION = "ELEMENT");
The results of the series of required setup operations before the tests were executed.
Property methods: setupGet(), setupGetSwizzled(), setupIsValid(), setupNewObject(), setupSet()
property status as HS.FHIR.vSTU3.Model.Base.TestReportStatus (XMLNAME = "status", XMLPROJECTION = "ELEMENT") [ Required ];
The current state of this test report.
Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()
property teardown as HS.FHIR.vSTU3.Model.Resource.TestReport.Teardown (XMLNAME = "teardown", XMLPROJECTION = "ELEMENT");
The results of the series of operations required to clean up after the all the tests were executed (successfully or otherwise).
Property methods: teardownGet(), teardownGetSwizzled(), teardownIsValid(), teardownNewObject(), teardownSet()
property test as list of HS.FHIR.vSTU3.Model.Resource.TestReport.Test (XMLNAME = "test", XMLPROJECTION = "ELEMENT");
A test executed from the test script.
Property methods: testBuildValueArray(), testCollectionToDisplay(), testCollectionToOdbc(), testDisplayToCollection(), testGet(), testGetObject(), testGetObjectId(), testGetSwizzled(), testIsValid(), testOdbcToCollection(), testSet(), testSetObject(), testSetObjectId()
property testScript as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "testScript", XMLPROJECTION = "ELEMENT") [ Required ];
Ideally this is an absolute URL that is used to identify the version-specific TestScript that was executed, matching the `TestScript.url`.
Property methods: testScriptGet(), testScriptGetSwizzled(), testScriptIsValid(), testScriptNewObject(), testScriptSet()
property tester as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "tester", XMLPROJECTION = "ELEMENT");
Name of the tester producing this report (Organization or individual).
Property methods: testerGet(), testerGetSwizzled(), testerIsValid(), testerNewObject(), testerSet()

Methods

deprecated method SetIdentifier(pValue As %String = "", pSystem As %String = "", pUse As %String = "", pTypeCode As %String = "", pTypeSystem As %String = "", pTypeDisplay As %String = "", pTypeText As %String = "", pId As %String = "", pStart As %String = "", pEnd As %String = "", pAssignerReference As %String = "", pAssignerDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "identifier" property.
deprecated method SetIssued(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 "issued" property.
deprecated method SetName(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 "name" property.
deprecated method SetResult(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 "result" property.
deprecated method SetScore(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 "score" property.
deprecated method SetStatus(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 "status" property.
deprecated method SetTestScript(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "testScript" property.
deprecated method SetTester(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 "tester" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab