IntegrityTestInfo


superclasses:

Tuple

subclassing:

The user may define subclasses of this class.

attributes:

testName String

[submissionDate] DateTime

[completionDate] DateTime

[submissionID] String

[passed] Boolean

[details] List(Result)

[software] String

[authority] StringR[remarks String

comments:

testName: the name of the test applied against the data.

submissionDate: the date the data were submitted for integrity or quality assurance testing.

completionDate: the date the testing completed.

submissionID: a submission identification code or number.

passed: whether the data passes or failed the overall test can be specified.

details: specific results for particular portions of the test may be specified. Note that Result has two subclasses, Parameter and Check. The former may be used to specify quantitative test results; the latter is appropriate for boolean results.

software: the software used on the test including the version number if appropriate.

authority: the name of the agency (or agency and individual) responsible for the testing.


Links to Section 3.6.4 and the complete SAIF class list