DSIR GET ROIS (1674)    REMOTE PROCEDURE (8994)

Name Value
NAME DSIR GET ROIS
TAG GETLIST
ROUTINE DSIROI
RETURN VALUE TYPE GLOBAL ARRAY
WORD WRAP ON TRUE
DESCRIPTION
This RPC is used to return an array of ROI INSTANCE (File 19620) entries.
   
 STAT: Set of Codes: (Delimited by '^', defaults to *)
     "*"  : Get all requests of a given type
     "O"  : Get only the open requests of this type
     "C"  : "          " closed "                " (-D,-G,-P)
     "P"  : "          " pending "               "
     "N"  : "          " other non-disclosure "  "
                       (-NR,-RF,-ND,-NV,-RC,-NF,-NU)
     "E"  : "          " entered in error "      "
     "X"  : "          " cancelled "             "
 
     "A"  : "          " appealed "              " (-RV,-PR)
 
 ID: IFN of patient, requestor or clerk.
     If not for requestor or clerk IEN should be one of the following 
formats
           nnnn;DPT( - VA Patient file entry
           nnnn;DSIR(19620.96, - DSIR NON-COMPUTERIZED RECORDS PATIENT
           1;DSIR(19620.95, - True FOIA requests
        
Return: Global Array
GETLIST(AXY,TYPE,STAT,IEN)      ;RPC - DSIR GET ROIS
 IEN^Patient Name^External Date Entered^Status^Requestor^SSN^Priority^FMDT
    ^Exemptions^Expedite Reqstd^Expedite Granted^Clerk Name
    ^Opened by Clerk Name^Internal Opened Date^External Open Date
    ^Last Closed Clerk^Internal Last Closed Date^External Last Closed Date
    ^Last Reopen Clerk^Internal Last Reopen Date^External Last Reopen Date
Input: TYPE: Set of Codes:
     "P"  : Get list by patient
     "C"  : Get list by clerk
     "O"  : Get all open or pending requests.
            Defaults to all requests for a given status
     "R"  : Get list by requestor
INPUT PARAMETER
  • TYPE OF LIST
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   1
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    "P"  : Get list by patient
    "C"  : Get list by clerk
    "O"  : Get all open or pending requests.
     
    Defaults to all requests for a given status
    
  • STATUS
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   8
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    "A"  : Get only the appealed requests of this type
    "O"  : Get only the open requests of this type
    "C"  : "          " closed "                "
    "P"  : "          " pending "               "
    "N"  : "          " Other Nondisclosures    "
    "E"  : "          " entered in error "      "
    "X"  : "          " cancelled "             "
    "*"  : Get all types
    
  • PATIENT/CLERK ID
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   99
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    DFN of patient or IEN of clerk.
    
RETURN PARAMETER DESCRIPTION
IEN^Patient Name^External Date Entered^Status^Requestor^SSN^Priority^FMDT
    ^Exemptions^Expedite Reqstd^Expedite Granted^Clerk Name
    ^Opened by Clerk Name^Internal Opened Date^External Open Date
    ^Last Closed Clerk^Internal Last Closed Date^External Last Closed Date
    ^Last Reopen Clerk^Internal Last Reopen Date^External Last Reopen Date