Print Page as PDF
CHECK TO SEE IF A MH TEST IS COMPLETE ICR (4463)

CHECK TO SEE IF A MH TEST IS COMPLETE    ICR (4463)

Name Value
NUMBER 4463
IA # 4463
DATE CREATED 2005/12/20
CUSTODIAL PACKAGE MENTAL HEALTH
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE YTQPXRM4
NAME CHECK TO SEE IF A MH TEST IS COMPLETE
GENERAL DESCRIPTION
CPRS, needs a way to determine if a Mental Health test
is complete, when the test contains skip questions.

STATUS Active
KEYWORDS
  • OR
  • MH
  • YS
  • CHECKCR
  • YTQPXRM4
  • CPRS
  • REMINDER DIALOGS
DURATION Till Otherwise Agreed
ID YTQPXRM4
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
CHECKCR
This API accepts an array and returns an array which
identify if a MH test is complete. If a MH test is not complete the return
array will list out the questions that still need to be answer.


VARIABLES TYPE VARIABLES DESCRIPTION
YS Input
YS, is the input array. This array contains multiple
subscripts.

YS("DFN")= the patient DFN from file #2.

YS("CODE")= the Mental Health Instrument name from file #601

YS(n)=equal the test question number and the user answer for that question.
n is the test question number and the subscript value is n^User
response.
Example YS(1)=1^T, YS(2)=2^F

YSDATA Output
This output array is in the format of YSDATA(1) and
YSDATA(2).

YSDATA(1)="[DATA]"

If the test is complete YSDATA(2) will be in this format  YSDATA(2)="OK". If
the test is not complete YSDATA(2) will be in this format YSDATA(2)="0^the
question number that still need to be answer, if multiple questions need to be
answer the question numbers will be separated by a comma.

SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE SUBSCRIBING DETAILS
ORDER ENTRY/RESULTS REPORTING
CLINICAL REMINDERS
ADDED 12/18/2007