DFN |
Input |
Patient internal identifier
|
CODE |
Input |
Test code from MH INSTRUMENT file (#601) or "ASI"
(e.g. "CAGE", "BDI")
|
ADATE |
Input |
Inclusive administration date in %DT acceptable
format (11/11/2011)
|
STAFF |
Input |
DUZ of professional ordering the test
|
R1 |
Input |
String of patient responses 1-200
|
R2 |
Input |
String of patient responses 201-400 [as needed]
|
R3 |
Input |
String of patient responses 401-600 [as needed]
|
YSDATA |
Output |
Array(1)=[DATA] indicates successful call
Example: Input
-----
YS("DFN")=6 YS("ADATE")="T" YS("CODE")="ZUNG" YS("STAFF")=67
YS("R1")="12121212121212121212"
Output
------
YSDATA(1)=[DATA] YSDATA(2)=saved
|