TITLE | VALUE | |
---|---|---|
NAME | SDES2 SEARCH LETTER | |
DESCRIPTION | This RPC will search for and return Letter Names and IENs from the LETTER (#407.5) file for records that match the search criteria. Can only be invoked by Acheron | |
TAG | SEARCHLETTER | |
ROUTINE | SDES2ENTERLETTER | |
INPUT PARAMETERS | SEQUENCE NUMBER | 1 |
INPUT PARAMETER | SDCONTEXT | |
DESCRIPTION | SDCONTEXT("ACHERON AUDIT ID") = Up to 40 Character unique ID number. Ex: 11d9dcc6-c6a2-4785-8031-8261576fca37 SDCONTEXT("USER DUZ") = The DUZ of the user taking action on the calling application. SDCONTEXT("USER SECID") = The SECID of the user taking action in the calling application. SDCONTEXT("PATIENT DFN")= The name of the patient taking action on the calling application. SDCONTEXT("PATIENT ICN")= The ICN of the patient taking action on the calling application. | |
PARAMETER TYPE | LIST | |
REQUIRED | YES | |
MAXIMUM DATA LENGTH | 32000 | |
INPUT PARAMETERS | SEQUENCE NUMBER | 2 |
INPUT PARAMETER | SEARCH | |
DESCRIPTION | SEARCH("LETTER TYPE")="" REQ ('A', 'C', 'N', 'P' are valid) SEARCH("SEARCH STRING")="" OPT (3 to 35 characters) | |
PARAMETER TYPE | LIST | |
REQUIRED | YES | |
MAXIMUM DATA LENGTH | 32000 | |
RETURN VALUE TYPE | ARRAY | |
RETURN PARAMETER DESCRIPTION | { "Search": [ { "LetterIEN": 123, "LetterName": "LETTER ONE" }, { "LetterIEN": 456, "LetterName": "LETTER TWO" } ] } | |
AVAILABILITY | RESTRICTED | |
INACTIVE | ||
CLIENT MANAGER | YES | |
WORD WRAP ON | ||
VERSION | ||
SUPPRESS RDV USER SETUP | ||
APP PROXY ALLOWED | Yes |