| SC LISTER |
LISTC |
SCUTBK |
PUBLIC |
Per LIST^DIC(), returns the starting location, number of records to retrieve, file to retrieve them from, and index to use. |
| SC FILER |
FILEC |
SCUTBK |
PUBLIC |
Generic call to file edits into FM file. |
| SC DELETE ENTRY |
DIKC |
SCUTBK1 |
PUBLIC |
Allows file entry deletion via FileMan ^DIK call. |
| SC FIND |
FINDC |
SCUTBK2 |
PUBLIC |
Per FIND^DIC, find records in a file. |
| SC FILE NUMBER |
FILENOC |
SCUTBK1 |
PUBLIC |
Broker callback to get file number. |
| SC GLOBAL NODE |
NODEC |
SCUTBK1 |
PUBLIC |
Call to pass back a global node. |
| SC GETS ENTRY DATA |
GETSC |
SCUTBK2 |
PUBLIC |
Calls database server at GETS^DIQ. |
| SC LOCK/UNLOCK NODE |
LOCKC |
SCUTBK1 |
PUBLIC |
Allow locking/unlocking of M global node. |
| SC VALIDATOR |
VALC |
SCUTBK |
PUBLIC |
This function allows the application to validate user input to a field before filing data. The call uses the database server VAL^DIE call. |
| SC GLOBAL NODE COUNT |
GLCNT |
SCUTBK1 |
PUBLIC |
Returns the number of entries found in the global node at the ROOT,XREF, VALUE. If 0 is returned, then there were no values at that node. Pass in ("ROOT"), ("XREF"), ("VALUE") |
| SC PRTP |
PRTP |
SCUTBK1 |
PUBLIC |
Returns the currently active staff member for a position. Send in Position Ien and date range, returns name and ien from New Person file. SC("IEN")=ien SC("BEGIN")=begining date for check SC("END")=ending date for check |
| SC MAILMAN |
MAILC |
SCUTBK10 |
PUBLIC |
Sends Mailman message from information sent from client |
| SC NEW HISTORY OK |
NEWHIST |
SCUTBK10 |
PUBLIC |
This call passes back whether the date for a new history entry is valid or not. Primarily for files 404.52, 404.58, 404.59. Returns a 1 if ok, or a 0 if not. |
| SC CHANGE HISTORY OK |
CHGDTC |
SCUTBK10 |
PUBLIC |
This call returns a 1 if changing an exisiting date for a History entry is ok, or a 0 if the date cannot be changed. Primary history files are 404.52, 404.58, 404.59 |
| SC INACTIVATE ENTRY |
INACTC |
SCUTBK10 |
PUBLIC |
This call returns a 1 if the entry can be inactivated, or a 0 if the entry cannot. Used primarily for history files. |
| SC DELETE HISTORY |
DELDTC |
SCUTBK10 |
PUBLIC |
This call returns a 1 if the entry can be deleted, a 0 if it cannot be deleted. Restricted to files 404.52, 404.58, 404.59 history files at present. |
| SC HISTORY STATUS OK |
NEWSTC |
SCUTBK10 |
PUBLIC |
This call returns a 1 if the status of a new history entry is ok, a 0 if it is not. Currently restricted to files, 404.52, 404.58, 404.59 |
| SC MEAN TEST |
MNTEST |
SCUTBK10 |
PUBLIC |
Returns mean test data for patient from API call LST^DGMTU |
| SC TEAM LIST |
TMLST |
SCUTBK11 |
PUBLIC |
Returns a list of teams the patient is currently assigned to. |
| SC PATIENT LOOKUP |
FINDP |
SCUTBK11 |
RESTRICTED |
Patient lookup. This is intended as a temporary RPC until a VA or FileMan component is available. Does a Multiple index lookup on the PATIENT file (#2). This does not invoke DPTLK. Given lookup value, this returns a list of the form DFN^patient name^DOB^PID. Only the first 500 records that match the value are returned. |
| SC POSITION MEMBERS |
PSLST |
SCUTBK11 |
PUBLIC |
Returns an array of positions. For each position, the standard role, |TAB| 7: Primary Care role (if any) for position. team member currently filling, and the preceptor (if any) for the team member. Returns both Internal and external values. Piece 1: Team Ien |TAB| 2: Position Ien |TAB| 3: Team member Ien (File #200) |TAB| 4: Team member's name 5: Precpetor's Ien (File #200) |TAB| 6: Preceptor's Name |
| SC FILE SINGLE VALUE |
VFILE |
SCUTBK11 |
PUBLIC |
File a single value, similar to DIE stuff. For those instances where a single value needs to be filed or changed, and that value is not associated with a specific component on the client side. ie changing a flag. |
| SCTM AUTOLINK GETRECORD |
GETREC |
SCAPMCU3 |
RESTRICTED |
This API returns the 0th node of the Team file(#404.51) entry and the list of current autolinks. |
| SC KEY CHECK |
SECKEY |
SCUTBK11 |
PUBLIC |
Return 1 if the user is assigned the key passed in, else return 0 |
| SCTM AUTOLINK SETRECORD |
SETREC |
SCAPMCU3 |
RESTRICTED |
This API sets the list of autolinks for a team. |
| SCTM AUTOLINK GETLINK |
GETLINK |
SCAPMCU3 |
RESTRICTED |
This rpc returns the list of Team names that are autolinked to an entity. |
| SCRP DEFINITION GETRECORD |
GETREC |
SCRPBK |
RESTRICTED |
This RPC returns a scheduling report definition as defined in file 404.92. |
| SCUT GET USER RECORD |
GETUSER |
SCUTBK3 |
RESTRICTED |
This RPC returns user related data often needed by scheduling modules. The data returned is used to set instance variables for the TScUser object type on the client. |
| SCRP QUERY GETRECORD |
GETREC |
SCRPBK0 |
RESTRICTED |
This RPC returns a scheduling report query template definition as definedin file 404.95. |
| SCRP SELECTION SOURCE |
GETDATA |
SCRPBK1 |
RESTRICTED |
This RPC returns a list of entries that is displayed to the user as part of the entry selection process. This process occurs during query template setup. It involves the user indicating which divsions, teams, roles, clinics, practitioners and user classes s/he desires information about on a report. |
| SCRP FILE ENTRY GETSELECTION |
GETSEL |
SCRPBK11 |
RESTRICTED |
This RPC returns information assoicated with an entry on the entity selection form of the Query Template Utility. The RPC gets invoked as a result of the user clicking the right mouse button and selecting 'Details'. |
| SCRP QUERY SAVE |
SAVE |
SCRPBK2 |
RESTRICTED |
This RPC attempts to save the query template definition for the user. Before saving query, the RPC will validate the query criteria and report any errors without saving query. The query template definition must pass the validation check before it can be saved. |
| SCRP QUERY VALIDATE |
VALID |
SCRPBK4 |
RESTRICTED |
This RPC will validate the criteria specified in the query template definiton passed in as part of the call. The validation checks the criteria against what data is required the report assoicated with the template. If the validation check fails, then the errors found are returned as part of the RPC, otherwise a success flag(1) is returned. |
| SCRP QUERY DELETE |
DELETE |
SCRPBK2 |
RESTRICTED |
This RPC allows for the deletion of a query, usually at the request of the user. |
| SCRP QUERY CHECK NAME |
NAME |
SCRPBK2 |
RESTRICTED |
This RPC checks to see if the user already has a query with the name being passed in as part of the RPC. If there is already a query with the same name, the RPC passes back the internal entry number of the RPC, otherwise the RPC passes back a 0. |
| SCUT SET USER QUERY DEFAULT |
SETDEF |
SCUTBK3 |
RESTRICTED |
This RPC is used to set or change the user's defualt PCMM query template. |
| SCRP REPORT PRINT |
PRINT |
SCRPBK3 |
RESTRICTED |
This RPC queues a report to print based the is appropriate for the report. If the validation fails, the errors are returned as part of the RPC. the query template definition passed in as part ithe RPC call. The RPC returns the TaskMan task number. Before the report assoicated with the query template is queued to print, it must pass a validation check. This check makes sure the criteria in the template |
| SC STAFF LOOKUP |
STAFFLK |
SCUTBK12 |
PUBLIC |
Returns a list of staff members. |
| SC USER CLASS STATUS |
CHKUSR |
SCUTBK12 |
PUBLIC |
Returns a 1 if the User class is installed and in use, a 0 if the User Class is not installed |
| SC PRIMARY CARE TEAM |
GETPC |
SCUTBK12 |
PUBLIC |
Returns the primary care team for a patient for the date specified. Pass in the DFN and Date. Returns team information. |
| SC GET PAT BLOCK |
PTGET |
SCMCBK |
PUBLIC |
Retrieve a block of patients available to be assigned from the ^TMP holding global built by the SC BLD PAT.... remote procedure call. Input $J, the starting number in the block, the ending number in the block, and the last entry in the global. |
| SC BLD PAT LIST |
PTLSTBLD |
SCMCBK |
PUBLIC |
Builds a list of patients to be assigned to either a team or position through the multiple assignment form. This list is called by the actual "filer" for either the Team or the position. The list's format is ^TMP($J,"SC PATIENT LIST",DFN) |
| SC FILE PAT TM ASGN |
PTFILE |
SCMCBK |
PUBLIC |
File patient team assignments in ^TMP("SC PATIENT LIST",DFN) global for later processing |
| SC BLD PAT CLN LIST |
PTCLBLD |
SCMCBK |
PUBLIC |
This RPC build a list of patients by assignment to a selected clinic. Lookup is in the Hospital location file, screening of "C" in the (0,3) node. List is stored in ^TMP($J,"SCCLPT",N)=DFN. List is alphabetized by name. |
| SC FILE PAT POS ASGN |
POSFILE |
SCMCBK |
PUBLIC |
File patient position assignments in ^TMP("SC PATIENT LIST",DFN) global for later processing |
| SC BLD PAT SCDE LIST |
PTSCBLD |
SCMCBK |
PUBLIC |
Buils a list of patients who are associated with a particular stop code. Only those patients within the specified date range will appear in the list. Screens out inactive stop codes. Format of the list is ^TMP($J,"SCSCDE",DFN) |
| SC BLD PAT TM LIST |
PTTMBLD |
SCMCBK |
PUBLIC |
Builds a list of patients who are assigned to the selected team. format of the list is ^TMP($J,"SCTEAM",n)=DFN. |
| SC BLD PAT POS LIST |
PTPSBLD |
SCMCBK |
PUBLIC |
Build a list of patients who are assigned to a selected position. The format of the list is ^TMP($J,"SCPOS",n)=DFN. This list is called the actual filer through another RPC. |
| SC PAT ENROLL CLN |
PTCLEN |
SCMCBK1 |
PUBLIC |
Enrolls patient in the clinic that is associated with the position the patient is being assigned to. Pass in DFN, Clinic, required fields, and the date assigned. |
| SC CHECK FOR PC POS |
CHKPOS |
SCMCBK1 |
PUBLIC |
|
| SC FILE ALL PAT TM ASGN |
ASGNALL |
SCMCBK1 |
PUBLIC |
File patient - team assignments in ^TMP("SC PATIENT LIST",DFN) global |
| SC BLD PAT APT LIST |
PTAPBLD |
SCMCBK |
PUBLIC |
Builds a list of patients for a selected clinic by appointment date range. This list is stored in ^TMP($J,"SCAPP",n)=DFN. List is in alphabetical order. |
| SC FILE ALL PAT POS ASGN |
ASGALLP |
SCMCBK1 |
PUBLIC |
|
| SC BLD NOPC TM LIST |
NOPCTM |
SCMCBK1 |
PUBLIC |
Builds a list of patients that have a primary care assignment, but no current primary care team assignment. Uses $$PTPCNTM^SCAPMC20 |
| SC PAT ASGN MAILMAN |
PTASGMM |
SCUTBK10 |
PUBLIC |
Builds the before and after status for a single patient assignment to either a team or a position, and fires off a mailman message. |
| SDOE GET DIAGNOSES |
GETDX |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns an array of diagnoses This RPC will attempt to find this 'old' data, reformat the data to meet the V POV structure and return the list of diagnoses as described above. (Only the diagnosis code internal entry number is available for 'old' encounters.) for an encounter. Note: For encounters before 10/1/96, only scheduling data in the OUTPATIENT DIAGNOSIS (#409.43) file may exist. It will only exist if the site required diagnoses as part of the check out process. |
| SDOE GET PROVIDERS |
GETPRV |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a subscripted array of providers data to meet the V PROVIDER structure and return the list of providers as described above. (Only the provider internal entry number is available for 'old' encounters.) for an encounter. Note: For encounters before 10/1/96, only scheduling data in the OUTPATIENT PROVIDER (#409.44) file may exist. It will only exist if the site required provider as part of the check out process. This RPC will attempt to find this 'old' data, reformat the |
| SDOE GET PROCEDURES |
GETCPT |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a subscripted array of CPTs This RPC will attempt to find this 'old' data, reformat the data to meet the V CPT structure and return the list of procedures as described above. (Only the CPT code internal entry number and count are available for 'old' encounters.) for an encounter. Note: For encounters before 10/1/96, only scheduling data in the SCHEDULING VISITS (#409.5) file may exist. It will only exist if the site required procedures as part of the check out process. |
| SDOE ASSIGNED A PROVIDER |
PRV |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a boolean indicator on whether at least one provider has been associated with an encounter. |
| SDOE ASSIGNED A DIAGNOSIS |
DX |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a boolean indicator on whether at least one diagnoses has been associated with an encounter. |
| SDOE ASSIGNED A PROCEDURE |
CPT |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a boolean indicator on whether at least one procedure has been associated with an encounter. |
| SDOE FIND PROVIDER |
FINDPRV |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a boolean indicator on whether a specific provider is associated with an encounter. |
| SDOE FIND DIAGNOSIS |
FINDDX |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a boolean indicator on whether a specific diagnosis is associated with an encounter. |
| SDOE FIND PROCEDURE |
FINDCPT |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a boolean indicator on whether a specific procedure is associated with an encounter. |
| SDOE FIND FIRST STANDALONE |
EXAE |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns the internal entry number of an OUTPATIENT ENCOUNTER file (#409.68) entry for the first the first standalone add/edit for a patient in a specified date range. Use same date for begin and end dates for specific (single) date check. Standalone encounter is an encounter with no parent and the originating process is 'Stop Code Addition'. |
| SDOE GET PRIMARY DIAGNOSIS |
GETPDX |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns the internal entry number of the primary diagnosis code (ICD) for an encounter. Note: For encounters before 10/1/96, this RPC will always return 0. This primary diagnosis was not retrieved nor stored by the system for these 'old' encounters. |
| SDOE FIND FIRST ENCOUNTER |
EXOE |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns the internal entry number of an OUTPATIENT ENCOUNTER file (#409.68) entry for the first encounter for a patient in a specified date range. |
| SDOE FIND LAST STANDALONE |
GETLAST |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns the internal entry number of an OUTPATIENT ENCOUNTER file (#409.68) entry for the last standalone add/edit for a patient in a specified date range. Standalone encounter is an encounter with no parent and the originating process is 'Stop Code Addition'. |
| SDOE GET GENERAL DATA |
GETGEN |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns the Oth and other nodes of an Outpatient Encounter entry. |
| SDOE PARSE GENERAL DATA |
PARSE |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) will parse the data returned by the 'SDOE GET GENERAL DATA' RPC into individual field nodes. |
| SDOE GET ZERO NODE |
GETOE |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns the zeroth node of an Outpatient Encounter. |
| SDOE LIST ENCOUNTERS FOR DATES |
LIST |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a list of Outpatient Encounters for a specified date range. |
| SDOE LIST ENCOUNTERS FOR PAT |
LISTPAT |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a list of Outpatient Encounters for a specified patient and specified date range. |
| SDOE LIST ENCOUNTERS FOR VISIT |
LISTVST |
SDOERPC |
PUBLIC |
This Remote Procedure Call (RPC) returns a list of Outpatient Encounters for a specified visit. |
| SCMC BLD TEAM PAT LIST |
PTTMLST |
SCMRBK |
PUBLIC |
|
| SC ACTIVE POSITION ASSIGNMENTS |
ACTPOS |
SCUTBK4 |
AGREEMENT |
This RPC is used to obtain the active positions associated with a patient team assignment. |
| SCMC FILE PAT TM REASGN |
PTFILE |
SCMRBK |
|
|
| SCMC BLD REASSIGN PAT LIST |
PTLSTBLD |
SCMRBK |
|
|
| SCMC DIS TEAM POS |
DISCHPOS |
SCMRBK |
|
|
| SCMC FILE PAT POS REASGN |
POSFILE |
SCMRBK |
|
|
| SCMC BLD POS PAT LIST |
PTPOSLST |
SCMRBK |
PUBLIC |
|
| SCMC POSITION ASSIGN LIST |
PSALST |
SCUTBK11 |
|
|
| SCMC GET PARAMETER IEN |
PARIEN |
SCUTBK4 |
SUBSCRIPTION |
This RPC returns the IEN of the first and ONLY entry in the 404.91 parameter file. |
| SCMC VERIFY C/S SYNC |
VERPAT |
SCUTBK3 |
PUBLIC |
Successful result enables PCMM client to operate with PCMM server and returns the value to use for RPCTimeLimit. |
| SD W/L RETRIVE FULL DATA |
OUTPUT |
SDWLRP1 |
RESTRICTED |
This RPC returns a Wait List data in SDWL(409.3,DA,0). This will only return the zero (0) node of the file. |
| SD W/L CREATE FILE |
INPUT |
SDWLRP1 |
RESTRICTED |
This RPC creates a Patient Wait List file for PCMM (GUI). |
| SD W/L RETRIVE BRIEF |
OUTPUT1 |
SDWLRP1 |
RESTRICTED |
This RPC retrieves a brief output for Wait List data for a specific Patient. |
| SD W/L RETRIVE MEDICAL REVIEW |
OUTPUT2 |
SDWLRP1 |
RESTRICTED |
|
| SD W/L RETRIVE DISPOSITION |
OUTPUT3 |
SDWLRP1 |
RESTRICTED |
|
| SD W/L RETRIVE INSTITUTION(#4) |
OUTIN |
SDWLRP2 |
PUBLIC |
|
| SD W/L RETRIVE CLINIC(#409.32) |
OUTSC0 |
SDWLRP2 |
PUBLIC |
|
| SD W/L RETRIVE HOSP LOC(#44) |
OUTSC2 |
SDWLRP2 |
PUBLIC |
|
| SD W/L RETRIVE TEAM(#404.51) |
OUTST |
SDWLRP2 |
RESTRICTED |
|
| SD W/L RETRIVE TM POS(404.57) |
OUTSP |
SDWLRP2 |
RESTRICTED |
|
| SD W/L RETRIVE SER/SP(409.31) |
OUTSS |
SDWLRP2 |
RESTRICTED |
|
| SD W/L RETRIVE PERSON(200) |
OUTPROV |
SDWLRP2 |
PUBLIC |
|
| SD W/L PRIORITY(#409.3) |
SDPRIOUT |
SDWLRP3 |
RESTRICTED |
|
| SD W/L REQ BY(409.3) |
SDREQOUT |
SDWLRP3 |
RESTRICTED |
|
| SD W/L TYPE(409.3) |
SDTYOUT |
SDWLRP3 |
RESTRICTED |
|
| SD W/L DISPOSITION(409.3) |
SDDISOUT |
SDWLRP3 |
RESTRICTED |
|
| SD W/L CURRENT STATUS(409.3) |
SDSTOUT |
SDWLRP3 |
RESTRICTED |
|
| SD W/L PACKAGE(409.3) |
SDPACOUT |
SDWLRP3 |
RESTRICTED |
|
| SD W/L NEW ENROLLEE(409.3) |
SDNEOUT |
SDWLRP3 |
RESTRICTED |
|
| SD W/L CREATE DISPOSITION |
INPUTD |
SDWLRP1 |
RESTRICTED |
|
| SD W/L CREATE M/R |
INPUTMR |
SDWLRP1 |
RESTRICTED |
|
| SD W/L IMPORT API |
INPUT |
SDWLRP4 |
RESTRICTED |
|
| SCMC WAIT LIST ENTRY |
WAIT |
SCMCWAIT |
AGREEMENT |
Place patient on Wait List |
| SC FTEE BUILD LIST |
FTEE |
SCMCTSK |
|
Return List of Positions and FTEE values for Active Team |
| SC FTEE FILE LIST |
FILE |
SCMCTSK |
|
File FTEE value |
| SC PC PROVIDER |
PC |
SCMCWAIT |
AGREEMENT |
Send provider entry return 1 or zero if eligible to be Primary Care |
| SC SC CONDITION LIST |
SCLI |
SCMCWAIT |
PUBLIC |
Return conditions of Patient |
| SCMC PCMM CHECK FTEE |
FTEECHK |
SCMCTSK1 |
PUBLIC |
Determine if provider has exceeded 1.0 FTEE |
| SC EXTEND BUILD LIST |
EXTEND |
SCMCTSK1 |
|
Return list of patients by position that will be inactive in next 60 days |
| SC EXTEND FILE LIST |
FILE |
SCMCTSK1 |
|
File FTEE value |
| SCMC FILE INACTIVATION END |
FILEIN |
SCMCTSK3 |
|
|
| SC GET ASSOCIATE CLINICS |
GETASC |
SCMCTSK2 |
PUBLIC |
Get list of clinics that this position is associated to. |
| SC FILE ASSOCIATE CLINICS |
SETASC |
SCMCTSK7 |
PUBLIC |
File Associate clinics to the team position |
| SC POSITION RESIDENT ROLE |
ROLE |
SCMCWAIT |
AGREEMENT |
Send provider entry return 1 or zero if eligible to be Primary Care |
| SCMC POSITION PC CHECK |
POSCHK |
SCMCTSK1 |
PUBLIC |
On position setup check if consistent assignment |
| SC CHECK FOR ENROLLMENT |
CHKENR |
SCMCTSK1 |
PUBLIC |
Check Whether patient is enrolled in the position associated clincs |
| SCMC ROLE |
ROLE |
SCMCTSK2 |
PUBLIC |
Determine boxes based on Role |
| SCMC PRECEPTOR MOVE - LIST |
LISTPREC |
SCMCPREC |
PUBLIC |
|
| SCMC PRECEPTOR MOVE - MOVE |
MOVEPREC |
SCMCPREC |
|
|
| SCMC AUTO INACTIVATION RPT |
EN |
SCMCTSKG |
PUBLIC |
|
| SCMC FILER |
FILEC |
SCMCDDR3 |
RESTRICTED |
Generic call to FILE^DIE and UPDATE^DIE Fileman DBS APIs. |
| SCMC GETS ENTRY DATA |
GETSC |
SCMCDDR2 |
RESTRICTED |
Calls Fileman DBS API - GETS^DIQ |
| SCMC LISTER |
LISTC |
SCMCDDR |
RESTRICTED |
Calls Fileman DBS API - LIST^DIC |
| SCMC FINDER |
FINDC |
SCMCDDR0 |
RESTRICTED |
Calls Fileman DBS API - FIND^DIC |
| SCMC GET PATIENT ENCOUNTERS |
ENCT |
SCMCENCT |
RESTRICTED |
This RPC will return an array of patient encounter data. See return parameter description below. |
| SCMC GET NEW PERSON |
EN1 |
SCMCNPER |
RESTRICTED |
This RPC provides the functionality to query the New Person (#200) file. The calling application may query the New Person (#200) file by using either the VPID or IEN of the requested entry or part or all of a last name. Other optional parameters may be passed to the call as additional filters. |
| SCMC PATIENT DIEDON |
DIEDON |
SCMCPAT |
|
Get patient date of death. |
| SCMC PATIENT INFO |
PATIENT |
SCMCPAT |
|
This RPC returns patient demographic data. |
| SCMC PCDETAIL |
PCDETAIL |
SCMCWS1 |
RESTRICTED |
Returns detailed PACT and other team assignment information for a patient. Used to batch load CPRS PC Window Cache during PCMMR deployment. |
| SCMC FTEE CREATE |
CREATE |
SCMCFTEE |
RESTRICTED |
This RPC will create an FTEE history record in the Position Assignment History File (404.52). |
| SCMC FTEE READ |
READ |
SCMCFTEE |
RESTRICTED |
This RPC will read an FTEE history record from the Position Assignment History File (404.52). |
| SCMC FTEE UPDATE |
UPDATE |
SCMCFTEE |
RESTRICTED |
This RPC will update an FTEE history record in the Position Assignment History File (404.52). |
| SCMC FTEE DELETE |
DELETE |
SCMCFTEE |
RESTRICTED |
This RPC will delete an FTEE history record from the Position Assignment History File (404.52). |
| SCMC FTEE READALL |
READALL |
SCMCFTEE |
RESTRICTED |
This RPC will read all FTEE history records from the Position Assignment History File (404.52). |
| SDEC ACCGROUP |
ACCGROUP |
SDEC |
RESTRICTED |
Return active entries from the SDEC ACCESS GROUP file 409.822 |
| SDEC ACCTYPE |
ACCTYPE |
SDEC |
RESTRICTED |
Return active entries from the SDEC ACCESS TYPE file 409.823 |
| SDEC PTLOOKRS |
PTLOOKRS |
SDEC |
RESTRICTED |
GET Patients that match the partial lookup. The partial lookup can be a partial name, Date of Birth, Chart Number, SSN, or empty which will return all patients. |
| SDEC WAITLIST |
WAITLIST |
SDEC |
RESTRICTED |
Collect Wait List for a Given Resource |
| SDEC UNREGEV |
UNREGEV |
SDEC |
RESTRICTED |
Called by client to Unregister client's interest in SDECEVENT |
| SDEC TPBLKOV |
TPBLKOV |
SDEC |
RESTRICTED |
TYPE BLOCKS OVERLAP |
| SDEC SPACEBAR |
SPACEBAR |
SDEC |
RESTRICTED |
Update ^DISV with most recent lookup value SDECVAL from file SDECDIC |
| SDEC SETFAC |
SETFAC |
SDEC |
RESTRICTED |
Remote procedure to Set the current facility/division for a given user. |
| SDEC SEARCHAV |
SEARCHAV |
SDEC |
RESTRICTED |
Searches availability database for availability blocks between SDECSTRT and SDECEND for each of the resources in SDECRES. The av blocks must be one of the types in SDECTYPES, must be AM or PM depending on value in SDECAMPM and must be on one of the weekdays listed in SDECWKDY. |
| SDEC SUSRINFO |
SUSRINFO |
SDEC |
RESTRICTED |
SCHEDULING USER INFO |
| SDEC RESOURCE |
RESOURCE |
SDEC |
RESTRICTED |
Returns Recordset with ALL RESOURCE names. Inactive RESOURCES are NOT filtered out. |
| SDEC RESUSER |
RESUSER |
SDEC |
RESTRICTED |
Returns entries from the SDEC RESOURCE USER file. |
| SDEC RESLETRS |
RESLETRS |
SDEC |
RESTRICTED |
Return recordset of RESOURCES and associated LETTERS. Used in generating rebook letters for a clinic. |
| SDEC RESLETRF |
RESLETRF |
SDEC |
RESTRICTED |
Return formatted text output of the Resource's Letter - either "LETTER TEXT" (also used as Reminder Letter), NO SHOW LETTER, or CLINIC CANCELLATION LETTER. |
| SDEC RESGRPUS |
RESGRPUS |
SDEC |
RESTRICTED |
Returns ADO Recordset with all ACTIVE resource group names to which user has access based on entries in SDEC RESOURCE USER file If SDECDUZ=0 then returns all department names for current DUZ If user SDECDUZ possesses the key SDECZMGR then ALL resource group names are returned regardless of whether any active resources are associated with the group or not. |
| SDEC REGEVENT |
REGEVENT |
SDEC |
RESTRICTED |
Called by client to inform the server of client's interest in SDECEVENT |
| SDEC SETRBOOK |
SETRBOOK |
SDEC |
RESTRICTED |
Sets rebook date into appointment |
| SDEC REBKNEXT |
REBKNEXT |
SDEC |
RESTRICTED |
GET - find next ACCESS BLOCK in resource SDECRES after SDECSTART. |
| SDEC REBKLIST |
REBKLIST |
SDEC |
RESTRICTED |
Return patient appointments used in listing Re-Booked appointments. |
| SDEC RAISEVNT |
RAISEVNT |
SDEC |
RESTRICTED |
Raise Event |
| SDEC PROVCLIN |
PROVCLIN |
SDEC |
RESTRICTED |
Remote procedure to return the Providers that are assigned to a given Clinic. |
| SDEC APPTLETR |
APPTLETR |
SDEC |
RESTRICTED |
Print Appointment Letter. Print appointment letter. Currently supports No-Show, Cancel by Patient, and Cancel by Clinic. |
| SDEC PATAPPTH |
PATAPPTH |
SDEC |
RESTRICTED |
Remote procedure to return the Patient appointment history in formatted text. |
| SDEC PATAPPTD |
PATAPPTD |
SDEC |
RESTRICTED |
Return recordset of patient appointments used in listing a patient's appointments and generating patient letters. |
| SDEC OVBOOK |
OVBOOK |
SDEC |
RESTRICTED |
Check if Overbook is allowed for given Clinic and Date. |
| SDEC NOSHOPAT |
NOSHOPAT |
SDEC |
RESTRICTED |
COLLECT NO-SHOW DATA for Patient |
| SDEC NOSHOW |
NOSHOW |
SDEC |
RESTRICTED |
Sets appointment noshow flag in SDEC APPOINTMENT file |
| SDEC NEWPERS |
NEWPERS |
SDEC |
RESTRICTED |
return entries from the NEW PERSON table 200 that are 'active' AND have PROVIDER CLASS defined. |
| SDEC WLSET |
WLSET |
SDEC |
RESTRICTED |
Waitlist Set |
| SDEC WLGET |
WLGET |
SDEC |
RESTRICTED |
Waitlist GET |
| SDEC WLCLOSE |
WLCLOSE |
SDEC |
RESTRICTED |
Remove a Patient from the Wait List by setting the STATUS to CLOSED and updating the DISPOSITION fields. |
| SDEC SVSPALL |
SVSPALL |
SDEC |
RESTRICTED |
Return the IEN and NAME for all entries in the SD WL SERVICE/SPECIALTY file |
| SDEC PROVALL |
PROVALL |
SDEC |
RESTRICTED |
Return all providers for a given clinic from the HOSPITAL LOCATION file 44 |
| SDEC CLINALL |
CLINALL |
SDEC |
RESTRICTED |
Return the IEN and NAME for all entries in the SD WL CLINIC LOCATION file |
| SDEC IMHERE |
IMHERE |
SDEC |
RESTRICTED |
Returns a simple value to client. Used to establish continued existence of the client to the server; resets the server READ timeout. |
| SDEC PWH |
PWH |
SDEC |
RESTRICTED |
Return a list of entries from the HEALTH SUMMARY PWH TYPES file. |
| SDEC HOSPLOC |
HOSPLOC |
SDEC |
RESTRICTED |
Get HOSPITAL LOCATIONS |
| SDEC HOLIDAY |
HOLIDAY |
SDEC |
RESTRICTED |
Remote Procedure to return data for the HOLIDAY file. |
| SDEC HLTHSUMM |
HLTHSUMM |
SDEC |
RESTRICTED |
Returns the text for a Health Summary report. |
| SDEC RESGPUSR |
RESGPUSR |
SDEC |
RESTRICTED |
Returns ADO Recordset with all ACTIVE GROUP/RESOURCE combinations to which user has access based on entries in SDEC RESOURCE USER file If SDECDUZ=0 then returns all ACTIVE GROUP/RESOURCE combinations for current DUZ If user SDECDUZ possesses the key SDECZMGR then ALL ACTIVE resource group names are returned |
| SDEC GETFAC |
GETFAC |
SDEC |
RESTRICTED |
Remote procedure to return the currently assigned facilities/divisions for a given user. |
| SDEC GETREGA |
GETREGA |
SDEC |
RESTRICTED |
return basic reg info/demographics for given patient |
| SDEC ACCGPTYG |
ACCGPTYG |
SDEC |
RESTRICTED |
Get access group types |
| SDEC EHRPT |
EHRPT |
SDEC |
RESTRICTED |
Raise patient selection event to EHR |
| SDEC EDITAPPT |
EDITAPPT |
SDEC |
RESTRICTED |
Edit appointment (only 'note text' can be edited.) |
| SDEC DELRU |
DELRU |
SDEC |
RESTRICTED |
Delete Resource User from SDEC RESOURCE USER file |
| SDEC DELRESGP |
DELRESGP |
SDEC |
RESTRICTED |
Deletes entry name SDECGRP from SDEC RESOURCE GROUP file |
| SDEC DELRGI |
DELRGI |
SDEC |
RESTRICTED |
Deletes entry SDECIEN1 from entry SDECIEN in the SDEC RESOURCE GROUP file. |
| SDEC DELAGI |
DELAGI |
SDEC |
RESTRICTED |
Delete entry with the given Access Group and Access Type from the SDEC ACCESS GROUP TYPE file. |
| SDEC DELAG |
DELAG |
SDEC |
RESTRICTED |
Deletes entry having IEN SDECGRP from SDEC ACCESS GROUP file. Also deletes all entries in SDEC ACCESS GROUP TYPE that point to this group. Return recordset containing error message or "" if no error. |
| SDEC CURFACG |
CURFACG |
SDEC |
RESTRICTED |
Get current division/facility for given user. |
| SDEC CSLOTSCH |
CSLOTSCH |
SDEC |
RESTRICTED |
GET Assigned Slot Schedule |
| SDEC CRSCHED |
CRSCHED |
SDEC |
RESTRICTED |
Create Resource Appointment Schedule |
| SDEC COPYAPPT |
COPYAPPT |
SDEC |
RESTRICTED |
Copy appointments from HOSPITAL LOCATION entry SDEC44 to SDEC RESOURCE entry SDECRES Beginning with appointments on day SDECBEG and ending on SDECEND, inclusive Returns ADO Recordset formatted fields containing count of records copied and error message |
| SDEC CPSTAT |
CPSTAT |
SDEC |
RESTRICTED |
Copy Appointment Status |
| SDEC CPCANC |
CPCANC |
SDEC |
RESTRICTED |
Copy Appointment Cancel Signal tasked job having ZTSK=SDECTSK to cancel Returns current record count of copy process |
| SDEC CVARAPPT |
CVARAPPT |
SDEC |
RESTRICTED |
return boolean to represent that a clinic allows variable appointment length - RPC 0=Does not allow; 1=Clinic does allow. |
| SDEC CLINSTOP |
CLINSTOP |
SDEC |
RESTRICTED |
return entries from the CLINIC STOP table 40.7 |
| SDEC CLINSET |
CLINSET |
SDEC |
RESTRICTED |
Returns CLINIC SETUP PARAMETERS for clinics that are active in the HOSPITAL LOCATION file |
| SDEC CLINDISW |
CLINDISW |
SDEC |
RESTRICTED |
Return formatted text output of the Clinic Schedules Report between dates SDECBEG and SDECEND for each clinic in SDECCLST for Walk-ins only. |
| SDEC CLINDIS |
CLINDIS |
SDEC |
RESTRICTED |
Return formatted text output of the Clinic Schedules Report between dates SDECBEG and SDECEND for each clinic in SDECCLST. SDECCLST is a |-delimited list of SDEC RESOURCE iens. (The last |-piece is null, so discard it.) SDECBEG and SDECEND are in external date form. SDECWI = return only appointments where the WALKIN field is yes |
| SDEC CLINPROV |
CLINPROV |
SDEC |
RESTRICTED |
Remote procedure to return the Providers that are assigned to a Clinic. |
| SDEC CLINLETW |
CLINLETW |
SDEC |
RESTRICTED |
Return recordset of patient walk-in appointments between dates SDECBEG and SDECEND for each clinic in SDECCLST. Used in listing a patient's walk-in appointments and generating patient letters. SDECCLST is a |-delimited list of SDEC RESOURCE iens. (The last |-piece is null, so discard it.) SDECBEG and SDECEND are in external date form. |
| SDEC CLINLET |
CLINLET |
SDEC |
RESTRICTED |
Return recordset of patient appointments between dates SDECBEG and SDECEND for each clinic in SDECCLST. Used in listing a patient's appointments and generating patient letters. SDECCLST is a |-delimited list of SDEC RESOURCE iens. (The last |-piece is null, so discard it.) SDECBEG and SDECEND are in external date form. SDECWI = return only appointments where the WALKIN field is yes |
| SDEC CHECKOUT |
CHECKOUT |
SDEC |
RESTRICTED |
Check Out Appointment |
| SDEC CHECKIN |
CHECKIN |
SDEC |
RESTRICTED |
Check In Appointment. |
| SDEC CANREAS |
CANREAS |
SDEC |
RESTRICTED |
Return entries from the CANCELLATION REASONS file. |
| SDEC CANCKOUT |
CANCKOUT |
SDEC |
RESTRICTED |
Cancel Checkout Appointment. |
| SDEC AVDEL |
AVDEL |
SDEC |
RESTRICTED |
Cancel Availability - Deletes Access Block |
| SDEC AVDELDT |
AVDELDT |
SDEC |
RESTRICTED |
Cancel availability in a date range. |
| SDEC APPDEL |
APPDEL |
SDEC |
RESTRICTED |
Cancel Appointment |
| SDEC APBLKOV |
APBLKOV |
SDEC |
RESTRICTED |
Appointment Blocks Overlap |
| SDEC ADDRESU |
ADDRESU |
SDEC |
RESTRICTED |
ADD/EDIT RESOURCE USER |
| SDEC ADDRG |
ADDRG |
SDEC |
RESTRICTED |
ADD/EDIT RESOURCE GROUP |
| SDEC ADDRES |
ADDRES |
SDEC |
RESTRICTED |
ADD/EDIT RESOURCE |
| SDEC ADDACCTY |
ADDACCTY |
SDEC |
RESTRICTED |
ADD/EDIT ACCESS TYPE entries for the SDEC ACCESS TYPE file 409.823. |
| SDEC ADDACCG |
ADDACCG |
SDEC |
RESTRICTED |
ADD/EDIT ACCESS GROUP entries in the SDEC ACCESS GROUP file 409.822. |
| SDEC ADDRGI |
ADDRGI |
SDEC |
RESTRICTED |
Adds RESOURCEID to RESOURCE GROUP entry SDECIEN |
| SDEC AVADD |
AVADD |
SDEC |
RESTRICTED |
Create entry in SDEC ACCESS BLOCK |
| SDEC APPADD |
APPADD |
SDEC07 |
RESTRICTED |
ADD NEW APPOINTMENT |
| SDEC ADDAGI |
ADDAGI |
SDEC |
RESTRICTED |
Add access group item - Adds ACCESS GROUP TYPE file entry |
| SDEC SYSSTAT |
SYSSTAT |
SDEC |
RESTRICTED |
Return system status. |
| SDEC APPTYPES |
APPTYPES |
SDEC |
RESTRICTED |
Return all active Appointment types from the APPOINTMENT TYPE file 409.1 |
| SDEC SCHUSR |
SCHUSR |
SDEC |
RESTRICTED |
Return recordset of all users in NEW PERSON having the SDECZMENU and/or SDECZMGR keys. |
| SDEC PREFGET |
PREFGET |
SDEC |
RESTRICTED |
Get values from SDEC PREFERENCES AND SPECIAL NEEDS file for a given patient. |
| SDEC PREFGETV |
PREFGETV |
SDEC |
RESTRICTED |
Get all valid Preference text from SDEC PREFERENCES AND SPECIAL NEEDS file. |
| SDEC PREFSET |
PREFSET |
SDEC |
RESTRICTED |
Set values to SDEC PREFERENCES AND SPECIAL NEEDS file. |
| SDEC FAPPTGET |
FAPPTGET |
SDEC |
RESTRICTED |
Get Future appointments for a given patient and date range from the APPOINTMENT multiple of the PATIENT file 2. |
| SDEC REQGET |
REQGET |
SDEC |
RESTRICTED |
GET entries with an ACTIVITY of RECEIVED, but do have have an ACTIVITY of SCHEDULED from the REQUEST/CONSULTATING file 123 |
| SDEC RECGET |
RECGET |
SDEC |
RESTRICTED |
GET entries from the RECALL REMINDERS file 403.5 for a given Patient and Recall Date range. |
| SDEC RECSET |
RECSET |
SDEC |
RESTRICTED |
SET/EDIT an entry to the RECALL REMINDERS file 403.5 |
| SDEC RECDSET |
RECDSET |
SDEC |
RESTRICTED |
DELETE an entry to the RECALL REMINDERS file 403.5 |
| SDEC RECAPGET |
RECAPGET |
SDEC |
RESTRICTED |
GET entries from the RECALL REMINDERS APPT TYPE file 403.51 |
| SDEC RECPRGET |
RECPRGET |
SDEC |
RESTRICTED |
GET entries from the RECALL REMINDERS PROVIDERS file 403.54 |
| SDEC PCSTGET |
PCSTGET |
SDEC |
RESTRICTED |
GET patient clinic status for a clinic stop for a given time frame - has the patient been seen by the given Clinic Stop code in the past 24 months |
| SDEC PCST2GET |
PCST2GET |
SDEC |
RESTRICTED |
GET patient clinic status for a service/specialty (clinic stop) for a given time frame - has the patient been seen any clinics with the given service/specialty (clinic stop) in the past 24 months. |
| SDEC PCSGET |
PCSGET |
SDEC |
RESTRICTED |
GET clinics for a service/specialty (clinic stop) |
| SDEC PTSET |
PTSET |
SDEC |
RESTRICTED |
SET patient demographics |
| SDEC PTINQ |
PTINQ |
SDEC |
RESTRICTED |
Return the data from ORWPT PTINQ in datatable format |
| SDEC SUMMAGET |
SUMMAGET |
SDEC |
RESTRICTED |
get ALL appointments with a cancel status from SDEC APPOINTMENT for given date range and user |
| SDEC FACLIST |
FACLIST |
SDEC |
RESTRICTED |
Return list of remote facilities for patient |
| SDEC APPIDGET |
APPIDGET |
SDEC |
RESTRICTED |
GET SDEC APPOINTMENT ien for given External ID |
| SDEC ETHGET |
ETHGET |
SDEC |
RESTRICTED |
Return all active entries from the ETHNICITY file 10.2. |
| SDEC CGET |
CGET |
SDEC |
RESTRICTED |
GET active Countries from the COUNTRY CODE file 779.004 |
| SDEC ETHCMGET |
ETHCMGET |
SDEC |
RESTRICTED |
Return the ID, Name, and Abbreviation for each entry in the RACE AND ETHNICITY COLLECTION METHOD file 10.3. |
| SDEC RACEGET |
RACEGET |
SDEC |
RESTRICTED |
Return the IEN, Name, and Abbreviation for all active entries in the RACE file 10 |
| SDEC REP1GET |
REP1GET |
SDEC |
RESTRICTED |
GET clinic data for report. |
| SDEC WLPCSET |
WLPCSET |
SDEC |
RESTRICTED |
SET update patient contacts in SD WAIT LIST file |
| SDEC APPSDGET |
APPSDGET |
SDEC |
RESTRICTED |
GET appointment entries from SDEC APPOINTMENT file 409.84 all records returned if all input is null |
| SDEC WLOPEN |
WLOPEN |
SDEC |
RESTRICTED |
SET Waitlist Open/re-open |
| SDECLOC PRIVLOC |
PRIVLOC |
SDECLOC |
RESTRICTED |
Returns Privileged User data for Hospital Locations. |
| SDECRMG RMG |
RMG |
SDECRMG |
RESTRICTED |
This RPC returns data from the ^XTMP("SDECIDX",$J,"XREF" global. This call uses the filter and sort arrays passed in to return data in the desired format. This call returns a list of items by a key. Per SD*5.3*784, MAX RECS ACCUMULATED (#5) field has been added and Input Parameters were defined to match the routine input parameters. |
| SDECRMG RECCNT |
RECCNT |
SDECRMG1 |
RESTRICTED |
Returns the number of entries in the filter call in ^TMP("SDECIDX",$J,"COUNT") node. |
| SDECIDX RECCNT |
RECCNT |
SDECIDX |
RESTRICTED |
Returns the number of entries in the ^XTMP("SDEC","IDX","COUNT") node. |
| SDECIDX GETREC |
GETREC |
SDECIDX |
RESTRICTED |
This RPC returns content from the ^XTMP("SDEC","IDX" global and serves as the default start up list. The records are sorted by: Priority Group SVC % Desired Date Origination Date |
| SDEC WLHIDE |
WLHIDE |
SDEC |
RESTRICTED |
GET wait list entries in which the associated clinic's 'HIDE FROM DISPLAY IN VSE GUI? field is 'YES'. |
| SDEC ARSET |
ARSET |
SDEC |
RESTRICTED |
Appointment Request Set |
| SDEC ARCLOSE |
ARCLOSE |
SDEC |
RESTRICTED |
Remove a Patient from the Appointment Requested by setting the STATUS to CLOSED and updating the DISPOSITION fields. |
| SDEC ARDGET |
ARDGET |
SDEC |
RESTRICTED |
GET values for the disposition field of the SDEC APPT REQUEST file 409.85. |
| SDEC ARGET |
ARGET |
SDEC |
RESTRICTED |
Appointment Request GET |
| SDEC ARMRTGET |
ARMRTGET |
SDEC |
RESTRICTED |
Get number of entries and values in MRTC CALC PREF DATES. |
| SDEC ARMRTSET |
ARMRTSET |
SDEC |
RESTRICTED |
Set MRTC CALC PREF DATES dates - clears the multiple and sets the new ones that are passed in. |
| SDEC AROPEN |
AROPEN |
SDEC |
RESTRICTED |
SET Appt Request Open/Re-Open. |
| SDEC ARPCSET |
ARPCSET |
SDEC |
RESTRICTED |
SET/update patient contacts in SDEC APPT REQUEST file |
| SDEC HIDE |
HIDE |
SDEC |
RESTRICTED |
This RPC returns a list of IENs and NAMEs of the clinics that are flagged to be hidden from the display in the scheduler. This are identified when the HIDE FROM DISPLAY IN VSE GUI? field in the HOSPITAL LOCATION file is defined as 'YES'. |
| SDECLOC UPDPRIV |
UPDPRIV |
SDECLOC |
RESTRICTED |
Supports updating the list of privileged users for a hospital location. This RPC will purge existing entries and populate with the passed array. |
| SDECAR ARMRTC |
ARMRTC |
SDECAR |
RESTRICTED |
GET the number of MRTC appointments made for this request. |
| SDECRMG2 URGENCY |
URGENCY |
SDECRMG2 |
RESTRICTED |
GET valid urgency protocol values that are used in the URGENCY field 5 of the REQUEST CONSULTATION file 123. |
| SDECAR ARAPPT |
ARAPPT |
SDECAR |
RESTRICTED |
GET appointment request for given SDEC APPOINTMENT id. |
| SDECLK LOCK |
LOCK |
SDECLK |
RESTRICTED |
This RPC attempts to lock a request record. Request records are in one of these files: SDEC APPT REQUEST REQUEST/CONSULTATION SD WAIT LIST RECALL REMINDERS |
| SDECLK UNLOCK |
UNLOCK |
SDECLK |
RESTRICTED |
This RPC unlocks the request record that was locked using SDECLK LOCK. |
| SDEC PRIV |
PRIV |
SDEC |
RESTRICTED |
IS this USER in the PRIVILEGED USER multiple for the clinic. |
| SDECDIS DISABIL |
DISABIL |
SDECDIS |
RESTRICTED |
GET rated disabilities for the given patient |
| SDECDEV DEVICE |
DEVICE |
SDECDEV |
RESTRICTED |
List of devices in the device file that are active printers. |
| SD VSE REPORT RPC |
REPORT |
SDECXML |
PUBLIC |
Returns Scheduling appointment and encounter report data in XML format. The report data will be exclusive to one of three report types: Mental Health Primary Care Specialty Care The returned data will be aggregated for the requested date range. |
| SD VSE FILTER RPC |
GETFLT |
SDECXML |
PUBLIC |
This RPC returns the available Report Types, Date Increments, and specific Dates for which Scheduling Report data is available. Data is returned is XML format. Example: |
| SDEC APPSLOTS |
APPSLOTS |
SDEC |
RESTRICTED |
Return global array of available appointment slots. |
| SDEC NOAVAIL |
NOAVAIL |
SDEC04 |
RESTRICTED |
GET: has the given clinic ever had any availability defined? |
| SDECAR AUDITGET |
AUDITGET |
SDECAR |
RESTRICTED |
GET entries from VS AUDIT field of SDEC APPT REQUEST file 409.85. |
| SDECWL AUDITGET |
AUDITGET |
SDECWL |
RESTRICTED |
GET entries from VS AUDIT field of SD WAIT LIST file 409.3. |
| SDECCAP GET |
GET |
SDECCAP |
RESTRICTED |
GET entries from 2507 REQUEST file 396.3 |
| SDECCAP SET |
SET |
SDECCAP |
RESTRICTED |
SET entries to AMIE C&P EXAM TRACKING file 396.95 and update file 396.3 |
| SDECCAP CAN |
CAN |
SDECCAP |
RESTRICTED |
SET AMIE C&P EXAM TRACKING entry as cancel |
| SDECAPP GETYPE |
GETYPE |
SDECAPP |
RESTRICTED |
GET Appointment Type for the given SDEC APPOINTMENT. |
| SDECAR ARMULT |
ARMULT |
SDECAR |
RESTRICTED |
SET MULT APPTS MADE multiple in SDEC APPT REQUEST file. All entries are removed and replaced by the values in MULT. |
| SDEC NETLOC |
NETLOC |
SDEC |
RESTRICTED |
GET data from the NETWORK LOCATION file 2005.2. |
| SDECDEM MARITAL |
MARITAL |
SDECDEM |
RESTRICTED |
GET Marital status entries from the MARITAL STATUS file (#11). |
| SDECDEM RELIGION |
RELIGION |
SDECDEM |
RESTRICTED |
GET Religious preference entries from the RELITION file (#13). |
| SDECDEM ZIPLINK |
ZIPLINK |
SDECDEM |
RESTRICTED |
GET linked cities/state/etc for given zip code. |
| SDECAR3 AREDIT |
AREDIT |
SDECAR3 |
RESTRICTED |
SET the values for Appointment Type, Requested By, Provider, Comment, Fast/Non-Fasting, Length of Appt., Clinic, and Service Specialty to the appropriate file based on the request type. Request types are Appointment Request, Electronic Wait List, and Recall Reminders. |
| SDECRMGP GETRMGUP |
GETRMGUP |
SDECRMGP |
RESTRICTED |
Returns the values set for the user preference of the Request Manager Grid Filter, Column Order, and Sort Order. |
| SDECRMGP PUTRMGUP |
PUTRMGUP |
SDECRMGP |
RESTRICTED |
Store the user's preferences for the Request Manager Grid Filter, Column Order, and Sort Order. |
| SDEC57 OBM |
OBM |
SDEC57 |
RESTRICTED |
GET overbook status and return message. |
| SDECDEV PRINT |
PRINT |
SDECDEV |
RESTRICTED |
Print patient letters. |
| SDECDEV DEV |
DEV |
SDECDEV |
RESTRICTED |
GET devices of the given type. |
| SDECU4 GETFONT |
GETFONT |
SDECU4 |
RESTRICTED |
GET the VistA Scheduling letters default font size for the SYS. |
| SDECU4 PUTFONT |
PUTFONT |
SDECU4 |
RESTRICTED |
Save the VistA Scheduling letters default font size based on Entity provided. |
| SDEC01 CLINICS |
CLINICS |
SDEC01 |
RESTRICTED |
GET clinics for given stop code or matching stop code for given clinic. |
| SDEC APPT STATUS |
APPT |
SDECEP |
RESTRICTED |
Returns patient appointment status from the Patient file. |
| SDEC EP DEMOGRAPHICS |
GETDEM |
SDECEPT |
RESTRICTED |
Provide Scheduling Expanded Entry elements to VSE for displaying in the VS GUI. |
| SDEC EP EVENT LOG |
GETEVT |
SDECEPT |
RESTRICTED |
Provide Scheduling Expanded Entry Appointment Event Log to VSE for displaying in the GUI the VS Gui. |
| SDEC EP WAIT TIME |
GETWT |
SDECEPT |
RESTRICTED |
Provide Scheduling Expanded Entry Wait Time to VSE for displaying in the VS Gui. |
| SDEC EP PT INFO |
GETPTIN |
SDECEPT |
RESTRICTED |
Provide Scheduling Expanded Entry Patient Information to VSE for displaying in the VS Gui. |
| SDEC EP CLASSIFICATION |
CLASS |
SDECEP |
RESTRICTED |
Provide expanded entry patientclassification information for display in the VS Gui. |
| SDEC EP DIAGNOSIS |
DIAGN |
SDECEP |
RESTRICTED |
Returns patient diagnosis information to display in VS Gui when using the expanded display option. |
| SDEC EP PROVIDER |
PROV |
SDECEP |
RESTRICTED |
Returns patient appointment provider information to display in VS Gui when using the expanded entry option. |
| SDEC EP CPT |
CPT |
SDECEP |
RESTRICTED |
Provides prccedures performed during a patient appointment to the VS Gui when using the expanded entry option. |
| SDEC EP STOP CODE |
SCODE |
SDECEP |
RESTRICTED |
Returns stop code information to the VSE to display in the VS GUI. |
| SDEC ELIGIBILITY |
START |
SDECELG |
RESTRICTED |
Returns patient eligibility to the VSE VS Gui. |
| SDEC CONTACT UPDATE |
UPDATE |
SDECCON |
RESTRICTED |
Updates entries in the SDEC Contact (#409.86) file when a new contactis added to a current entry. |
| SDEC CONTACT DISPLAY |
DISPLAY |
SDECCON |
RESTRICTED |
Return zero node from SDEC CONTACT (#409.86) file for display in the VSE VS Gui. |
| SDEC CONTACT MULTI-DISPLAY |
DISMULT |
SDECCON |
RESTRICTED |
Return SDEC CONTACT(#409.86) file contact multiple. |
| SDEC CONTACT NEW |
NEW |
SDECCON |
RESTRICTED |
Used to enter new contact entries into the SDEC CONTACT(#409.86) file. |
| SDEC CONTACT SEQUENCE |
SEQ |
SDECCON |
|
|
| SDEC CONTACT STOP CODE |
GETSTC |
SDECCON |
RESTRICTED |
Return Stop Code and Credit Stop to VSE VS GUI. |
| SDEC GETPRER |
GETPRER |
SDECAR2 |
|
RETURNS ALL ENTRIES IN THE PREREQUISITE MULTIPLE FROM THE SDEC APPT REQUEST FILE |
| SDEC ELIG RETURN |
ELIG |
SDECELG |
RESTRICTED |
Returns eligibility information from ELIGIBILITY (#8) and MAS ELIGIBILITY (#8.1) file, for the passed in IEN. |
| SDEC BOOKHLDY |
BOOKHLDY |
SDEC |
PUBLIC |
Returns value of field 1918.5 (can book on holiday) for a clinic (file #44). |
| SDEC SUMMGET2 |
SUMMGET2 |
SDEC |
RESTRICTED |
Get Audit Summary for a given data range. |
| SDEC RESCE |
RESOURCE |
SDEC01C |
SUBSCRIPTION |
Returns all active Clinics |
| SDECAR1 ARGUID |
ARGUID |
SDECAR1 |
PUBLIC |
Returns Appointment Request data (same as SDEC ARGET) for a VAOS request. Lookup is done on the GUID value. |
| SDECSTNG HELPLINK |
HELPLINK |
SDECSTNG |
RESTRICTED |
Returns list of Help Link display names and associated URLs from the SDEC Settings file (#409.98). Entry 1 in the file contains national settings for VS GUI. Entry 2 contains local settings. |
| SDEC CANCMT |
CANCMT |
SDEC45 |
PUBLIC |
Returns list of cancellation comments (hash tag, type and text) from the SDEC CANCELLATION COMMENT file (#409.88). |
| SDEC VVC_APPT |
VVCAPPT |
SDECVVC |
PUBLIC |
If an appointment is for a VVC clinic, return the URL of the VVC Web app. The NATIONAL entry in the SDEC Settings file (#409.98) stores the stop code that identifies a VVC clinic in field #5 (VVC Clinic Stop Code). If the stop code for the clinic associated with the resource scheduled for the appointment equals this stop code, the RPC returns the value in field #6 VVC APP URL of the NATIONAL entry in the SDEC Settings file. |
| SDEC CLINIC GROUP LOOKUP |
CLGRPLK |
SDEC1 |
RESTRICTED |
Returns a list of entries from the SDEC |
| SDEC CLINIC GROUP RETURN |
RESGRP |
SDEC1 |
RESTRICTED |
Returns ADO Recordset with all ACTIVE GROUP/RESOURCE combinations to which user has access based on entries in SDEC RESOURCE USER file If SDECDUZ=0 then returns all ACTIVE GROUP/RESOURCE combinations for current DUZ If user SDECDUZ possesses the key SDECZMGR then ALL ACTIVE resource group names are returned |
| SDEC GETWLIEN |
GETWLIEN |
SDEC1 |
RESTRICTED |
RETURNS EWL IEN IF APPOINTMENT WAS MADE FOR AN EWL ENTRY from a EWL request. |
| SDEC CONTACT DISPLAY SINGLE |
DISPLAY1 |
SDEC1 |
RESTRICTED |
Returns a single contact attempt from the SDEC CONTACT (#409.86) file. |
| SDEC CONTACT SEQUENCE SINGLE |
SEQ1 |
SDEC1 |
RESTRICTED |
Returns the IEN of the newly created contact record in the SDEC CONTACT (#409.86) file. |
| SDEC GETVVSMAKEINFO |
GETVVSMAKEINFO |
SDEC1 |
RESTRICTED |
Get patient info, default provider info, and system info needed to make a Video Visit Service (VVS) appointment. |
| SDEC SEARCH VVS PROVIDERS |
VVSPROSEARCH |
SDEC1 |
RESTRICTED |
Search providers and get data needed to make Video Visit Service (VVS) appointment. |
| SDEC SPACEBAR VVS PRO |
GETSPACEBARPRO |
SDEC1 |
RESTRICTED |
GETS THE VIDEO VISIT PROVIDER FROM THE ^TMP(DUZ,"SDECPROIEN") THAT IS STORED FROM THE GETPROINFO^SDECVVS TAG |
| SDEC VVS SAVE ID |
SAVEVVSID |
SDEC1 |
RESTRICTED |
This RPC saves the VVS appointment ID in the SDEC APPOINTMENT (#409.84), field (#2). |
| SDEC VVS GET ID |
GETVVSID |
SDEC1 |
RESTRICTED |
This RPC returns the Video Visit Service (VVS) ID. |
| SDEC VVS DELETE ID |
DELETEVVSID |
SDEC1 |
RESTRICTED |
This RPC deletes the Video Visit ID from the SDEC APPOINTMENT (#409.84) file. |
| SDEC GET PATIENT CONSULTS |
CONSLIST |
SDEC1 |
RESTRICTED |
This RPC returns a global array of output parameters for all consults with a CPRS STATUS of "ACTIVE" or "PENDING". |
| SDEC GET PATIENT APPT REQ |
ARGETPAT |
SDEC1 |
RESTRICTED |
Get appointment request details. This is similar to SDEC ARGET but it only returns Appt request specific data. |
| SDEC GET PATIENT RECALLS |
RECGET |
SDEC1 |
RESTRICTED |
GET entries from the RECALL REMINDERS file 403.5 for a given Patient |
| SDEC GET PATIENT CONSULTS JSON |
JSONCONSLIST |
SDEC1 |
RESTRICTED |
RPC returns Patient Consults using JSON |
| SDEC GET PATIENT APPT REQ JSON |
ARGETPATJSON |
SDEC1 |
RESTRICTED |
Get appointment request details. This is similar to SDEC ARGET but it only returns Appt request specific data in JSON format.d- |
| SDEC GET PATIENT RECALLS JSON |
RECGETJSON |
SDEC1 |
RESTRICTED |
Returns all OPEN recalls associated with a patient in JSON format |
| SDEC GET ICN |
GETPATIENTICN |
SDEC1 |
RESTRICTED |
RETURNS PATIENT ICN |
| SDEC GET PATIENT DEMOG |
GETPATDEMOG |
SDEC1 |
RESTRICTED |
This RPC is a "LITE" version of the RPC "SDEC PTLOOKRS-Patient info SDECC - (optional) Max number of patients to return; defaults to 10 LASTSUB - (optional) last subscripts from previous call Variables Out: SDECY (^TMP("SDEC",$J)), which includes records found that consist of the PATIENT NAME, SSN, DOB, DFN, SEX, and ELIGIBILITY fields. lookup" (in rtn SDEC28). This RPC (in rtn SDEC28L) finds up to "SDECC" number of patients that match the "SDECP" Patient Identification criteria, which can be any one of the following types of input: a)#DFN, b)DOB, c)SSN, d)First letter of LastName followed by L4SSN, e)PartalName or f)NULL for ALL Variables In: SDECP - (optional) Free-Text - Partial name to look up |
| SDEC GET PATIENT RECALL BY IEN |
RECGETONE |
SDEC1 |
RESTRICTED |
GET entry from the RECALL REMINDERS file 403.5 for a given IEN |
| SDEC GET PAT CONSULT BY IEN |
CONSULT1 |
SDEC1 |
RESTRICTED |
This RPC returns a global array of output parameters for given Consult ID with a CPRS STATUS of "ACTIVE" or "PENDING". |
| SDEC GET APPT REQ BY IEN JSON |
ARGETIEN |
SDEC1 |
RESTRICTED |
Get appointment request data for the RM grid for a specific IEN. |
| SDEC GET PATIENT CONSULT JSON |
JSONCONSLIST1 |
SDEC1 |
RESTRICTED |
Returns one ACTIVE or PENDING CONSULT for a patient in JSON format for the Internal Entry Value (IEN) passed in. |
| SDEC GET RECALL BY IEN JSON |
RECGETONEJSON |
SDEC1 |
RESTRICTED |
Get single entry from RECALL REMINDERS File 403.5 in JSON format for a given patient. |
| SDES SET APPT CHECK-IN STEP |
SETAPPTCKNSTEP |
SDESCKNSTEP |
RESTRICTED |
SET CHECK-IN STATUS FOR PATIENT IN 409.843 Can only be invoked by Acheron |
| SDES SET CHECK-IN STEP |
SETCKNSTEP |
SDESCKNSTEP |
RESTRICTED |
CREATE NEW STATUS IN FILE 409.842 Can only be invoked by Acheron |
| SDES EDIT CHECK-IN STEP |
EDITCKNSTEP |
SDESCKNSTEP |
RESTRICTED |
EDIT STATUS ENTRY IN 409.842 Can only be invoked by Acheron |
| SDES GET CHECK-IN STEP |
GETCKNSTEP |
SDESCKNSTEP |
RESTRICTED |
GET STATUS ENTRY FROM 409.842 Can only be invoked by Acheron |
| SDES GET CHECK-IN STEPS |
GETCKNSTEPS |
SDESCKNSTEP |
RESTRICTED |
GET ALL STATUS ENTRIES IN 409.842 Can only be invoked by Acheron |
| SDES GET APPTS BY RESOURCE |
APPTBYRESOURCE |
SDES |
RESTRICTED |
For a given clinic and date range, return general appointment data in JSON format Can only be invoked by Acheron |
| SDEC GET RECALLRMV BY DFN JSON |
RECGETONERMVJSON |
SDEC52CRMVJSON |
RESTRICTED |
Get LATEST single entry from RECALL REMINDERS REMOVED File #403.56 in JSON for a given patient. |
| SDES GET INSURANCE VERIFY REQ |
INSURVERIFYREQ |
SDES |
RESTRICTED |
DETERMINE IF A PATIENT'S INSURANCE NEEDS VERIFIED. Can only be invoked by Acheron |
| SDES GET APPT REQ BY IEN |
GETREQBYREQIEN |
SDES |
RESTRICTED |
Get a specific appointment request based on IEN (409.85) Can only be invoked by Acheron |
| SDES GET APPT REQ BY PATIENT |
GETREQSBYDFN |
SDES |
RESTRICTED |
Returns a list of appointment requests based on patient DFN Can only be invoked by Acheron |
| SDES DISPOSITION APPT REQ |
DISPOSITION |
SDES |
RESTRICTED |
Dispositioning/closing an appointment request Can only be invoked by Acheron |
| SDES CREATE APPT REQ |
CREATEREQUEST |
SDESCREATEAPPREQ |
RESTRICTED |
Creates new appointment request entry in File 409.85 Can only be invoked by Acheron |
| SDES EDIT APPT REQ |
EDITREQUEST |
SDESEDITAPPTREQ |
RESTRICTED |
Allows editing of appointment requests. Can only be invoked by Acheron |
| SDES SEARCH CLINIC |
CLINICRSCSEARCH |
SDES |
RESTRICTED |
GIVEN A STRING, RETURNS MATCHING CLINIC IENS AND NAMES. FIRST 50 RESULTS. Can only be invoked by Acheron |
| SDEC SEARCH VVS PROVIDERS JSON |
JSONVVSPRVSRCH |
SDEC1 |
RESTRICTED |
Search providers and get data needed to make Video Visit Service (VVS) Appointment in JSON format. |
| SDEC GETVVSMAKEINFO JSON |
JSONVVSMAKEINFO |
SDEC1 |
RESTRICTED |
Get patient info, default provider info, and system info needed to make a Video Visit Service (VVS) appointment in JSON format |
| SDES CREATE APPT BLK AND MOVE |
BLOCKANDMOVE |
SDES2SDECBLKMOVE |
RESTRICTED |
APPOINTMENT BLOCK AND MOVE. THIS WILL MOVE AN APPOINTMENT TO A NEW CLINIC AND DATE/TIME, CANCEL THE ORIGINAL APPOINTMENT AND KEEP THE ORIGINAL SLOT BLOCKED SO IT CAN NOT BE REBOOKED. Can only be invoked by Acheron |
| SDES INACTIVATE/ZZ CLINIC |
JSONINACTCLN |
SDES |
RESTRICTED |
SDES RPC to INACTIVATE clinic from HOSPITAL LOCATION file (44) - single IEN Can only be invoked by Acheron |
| SDES GET CLIN AVAILABILITY |
GETCLAVAILABLTY |
SDESCLINICAVAIL |
RESTRICTED |
This RPC returns available appointment slots within a given timeframe for a given clinic in JSON format. Can only be invoked by Acheron |
| SDES CREATE CLIN AVAILABILITY |
SETCLINAVAIL |
SDES |
RESTRICTED |
Set the clinic availability. Can only be invoked by Acheron |
| SDEC EDIT PAT PRE-REGISTRATION |
PREREG |
SDEC1 |
RESTRICTED |
Updates patient pre-registration and associated files when a Vetlink Kiosk pre-register event occurs. |
| SDES CANCEL CLIN AVAILABILITY |
CANCLAVAIL |
SDESCCAVAIL |
RESTRICTED |
Cancel Clinic Availability. Can only be invoked by Acheron |
| SDES GET USRPROFILE |
GETUSRDTL |
SDESGETUD |
RESTRICTED |
SDES RPC to return IEN, username, options, and keys for given user. Can only be invoked by Acheron |
| SDES EDIT CLINIC AVAILABILITY |
SETCLINAVAIL |
SDES |
RESTRICTED |
CREATE NEW SCHEDULING PATTERN FOR A CLINIC THAT HAS AN EXISTING PATTERN. Can only be invoked by Acheron |
| SDEC GET STATION ID JSON |
DUZSTATIONID |
SDEC1 |
RESTRICTED |
RETURNS THE STATION ID FROM THE DUZ ARRAY |
| SDES GET RECALL BY IEN |
GETRECALLBYIEN |
SDESGETRECALL |
RESTRICTED |
Returns a single recall based on the IEN that is passed in. Can only be invoked by Acheron |
| SDES GET RECALLS BY DFN |
GETRECALLSBYDFN |
SDESGETRECALL |
RESTRICTED |
Returns a list of recall requests based on patient DFN. Can only be invoked by Acheron |
| SDES DISPOSITION RECALL REQ |
DISPRECALL |
SDES |
RESTRICTED |
DISPOSITION and DELETE an entry from the RECALL REMINDERS file (403.5). During the deletion of the entry, the new-style xref in 403.5 will trigger the move of the data from 403.5 to the RECALL REMINDERS REMOVED file (403.56). Can only be invoked by Acheron |
| SDES GET STOPCD DETAIL |
GETSTOPCODE |
SDES |
RESTRICTED |
RPC TO READ FROM CLINIC STOP FILE 40.7 Can only be invoked by Acheron |
| SDES GET PATCH NUMBER |
GETPATCHNUM |
SDES |
RESTRICTED |
Returns the last patch number that was installed on the system and the date it was installed. Can only be invoked by Acheron |
| SDES GET USER PROFILE BY DUZ |
GETUSRDTLDUZ |
SDESGETUD |
RESTRICTED |
RPC to get User Profile by DUZ. Can only be invoked by Acheron |
| SDES PRINT PATIENT APPTS |
PRINTPATAPPTS |
SDES |
RESTRICTED |
Print All of a given patients appointments for the a given time range, if time range not provided, will default to begin date of today (now) and then 90 days from begin date. Can only be invoked by Acheron |
| SDES GET MISSION ACT ELIG |
GETMISSIONELG |
SDESMISSIONELG |
RESTRICTED |
Create an RPC to calculate whether patient is mission act eligible based on their appt request IEN, PID, and selected appointment date. Use stop code to determine primary care vs specialty-verify stop codes that are primary care. Can only be invoked by Acheron |
| SDEC GET INSTITUTION |
GETINST |
SDEC1 |
RESTRICTED |
Get the current Institution ID and Name. |
| SDES GET INSURANCE VERIFY LIST |
INSURINDICATORS |
SDES |
RESTRICTED |
Given a list of Patient Data File Numbers (DFNs), return a list of indicators. Can only be invoked by Acheron |
| SDES CREATE APPOINTMENTS |
CREATEAPPTWRAPPR |
SDES |
RESTRICTED |
This RPC creates an appointment entry in File 409.84, File 44, and File 2. Can only be invoked by Acheron |
| SDES GET CONSULTS BY IEN |
GETCONSULTBYIEN |
SDESGETCONSULTS |
RESTRICTED |
Returns one ACTIVE or PENDING CONSULT for a patient in JSON format for the Internal Entry Value (IEN) passed in. Can only be invoked by Acheron |
| SDES GET CONSULTS BY DFN |
GETCONSULTSBYDFN |
SDESGETCONSULTS |
RESTRICTED |
RPC returns list of Active or Pending Consults/Procedures by Patient DFN. Can only be invoked by Acheron |
| SDES GET APPT REQ LIST BY DFN |
GETREQLISTBYDFN |
SDESGETREQWRAPPR |
RESTRICTED |
This RPC will return all appointment requests, of all types (appt req, consult, recall) based on a patient DFN. Can only be invoked by Acheron |
| SDES GET APPT CHECK-IN STEPS 2 |
GETAPPTCKNSTEPS |
SDES2 |
RESTRICTED |
Get all statuses associated with an appointment IEN Can only be invoked by Acheron |
| SDES GET APPT CHECK-IN STEP 2 |
GETAPPTCKNSTEP |
SDES2 |
RESTRICTED |
Returns status if match is found in 409.843 Can only be invoked by Acheron |
| SDES GET PATIENT FLAGS |
GETFLAGS |
SDES |
RESTRICTED |
This RPC will return fugitive/felon flag and all the active National and Local flags assigned to the given patient. Can only be invoked by Acheron |
| SDES GET APPT REQ BY PAT ALL |
GETREQSBYDFNALL |
SDES2 |
RESTRICTED |
Returns a list of appointment requests based on patient DFN regardless of status, with optional date range. Can only be invoked by Acheron |
| SDES GET APPT REQ BY PAT OPEN |
GETREQSBYDFNOPEN |
SDES2 |
RESTRICTED |
Returns a list of appointment requests with a status of Open based on patient DFN. Can only be invoked by Acheron |
| SDES ADD PRIV USER |
ADDUSR |
SDES |
RESTRICTED |
Add a privileged user to Hospital Location #44 Can only be invoked by Acheron |
| SDES DELETE PRIV USER |
RMVUSR |
SDES |
RESTRICTED |
Delete a Privileged User from Hospital Location #44 Can only be invoked by Acheron |
| SDES GET DIVISION LIST |
GETDIVISIONLIST |
SDES2 |
RESTRICTED |
This RPC returns a list of division, given search the search text provided. The division list comes from the MEDICAL CENTER DIVISION file (#40.8). Can only be invoked by Acheron |
| SDES READ PRIV USERS |
RTNAUSR |
SDES |
RESTRICTED |
Returns all privileged users from Hospital Location file #44 Can only be invoked by Acheron |
| SDES DELETE PRIV USERS |
RMVAUSR |
SDES |
RESTRICTED |
deletes all Privileged users from Hospital Location #44 Can only be invoked by Acheron |
| SDES SEARCH PRIVILEGED USER |
SEARCHPRIVUSER |
SDES2 |
RESTRICTED |
This RPC that allows users to search a person's name either partially or fully. The RPC will perform a search that matches the search criteria (3-35 characters), and then, retrieves and returns a list of ACTIVE users from the NEW PERSON File #200 regardless if they are already a privileged user or not. Users that are DISUSER and TERMINATED will be skipped. Can only be invoked by Acheron |
| SDES SEARCH PROVIDERS |
PROVIDERSEARCH |
SDESPROVSEARCH |
RESTRICTED |
Retrieve list of active providers with a given string. Can only be invoked by Acheron |
| SDES GET LETTER TYPES |
GETLETTERTYPES |
SDES2 |
RESTRICTED |
This RPC returns a list of the letter types from the LETTER TYPE file (#407.6). Can only be invoked by Acheron |
| SDES GET LETTERS BY TYPE |
GETLETTERSBYTYPE |
SDES2 |
RESTRICTED |
This RPC will retrieve a list of letters from the LETTER file ($407.5), given the letter type (required), and text to match (optional). Can only be invoked by Acheron |
| SDES GET LETTER BY IEN |
GETLETTERBYIEN |
SDES2 |
RESTRICTED |
This RPC returns the full letter information from the LETTER file (#407.5), given the letter IEN. Can only be invoked by Acheron |
| SDES CREATE WALKIN APPT |
CREATEWALKIN |
SDESCRTWALKIN |
RESTRICTED |
Creates appointment request, appointment, and does check-in for walk-in appointments. Can only be invoked by Acheron |
| SDES CREATE VET REQ SCHED APPT |
CREATEREQANDAPPT |
SDESREQAPPCREATE |
RESTRICTED |
This RPC performs the following events: 1. Creates a NEW APPOINTMENT REQUEST in File #409.85, 2. Creates an appointment entry in File 409.84, File 44, and File 2, 3. Dispositions/Closes the appointment request in File #409.85 Can only be invoked by Acheron |
| SDEC CREATE WALKIN APPT JSON |
SDECCRTWALKIN |
SDESCRTWALKIN |
RESTRICTED |
Auto creates a request, creates walkin appointment, and checks in the appointment. |
| SDES REACTIVATE CLINIC |
REACTIVATECLIN |
SDESREACTVTCLIN |
RESTRICTED |
This RPC reactivate a clinic from HOSPITAL LOCATION File #44. Can only be invoked by Acheron |
| SDES GET APPT BY REQ/APPT TYP2 |
APPTBYRIENAPTYP |
SDESAPPT3 |
RESTRICTED |
This RPC returns an appointment when given a request IEN, and an appointment type. Can only be invoked by Acheron |
| SDES GET PATIENT REGISTRATION2 |
GETREGA |
SDESGETREGA1 |
RESTRICTED |
Given a DFN returns Patient registration information. Can only be invoked by Acheron |
| SDES GET APPTS BY CLIN IEN 3 |
BYCLINIEN |
SDESGETAPPTRPCS |
RESTRICTED |
This RPC retrieves and returns appointments from SDEC APPOINTMENT File #409.84, HOSPITAL LOCATION File #44, and Appointment Multiple Patient File #2 for a given clinic within a given date range in JSON format. Can only be invoked by Acheron |
| SDES GET APPTS BY PATIENT DFN3 |
BYPATDFN |
SDESGETAPPTRPCS |
RESTRICTED |
This RPC retrieves and returns appointments from SDEC APPOINTMENT File #409.84, HOSPITAL LOCATION File #44, and Appointment Multiple Patient File #2 for a given patient DFN within a given date range in JSON format. Can only be invoked by Acheron |
| SDES CREATE RECALL REQ 2 |
CREATERECREQ |
SDESUPDRECREQ2 |
RESTRICTED |
CREATE A NEW ENTRY INTO THE RECALL REMINDERS (#403.5) FILE FOR PATIENT DFN. Can only be invoked by Acheron |
| SDES EDIT RECALL REQ 2 |
UPDRECALLREQ |
SDESUPDRECREQ2 |
RESTRICTED |
UPDATE AN EXISTING ENTRY IN RECALL REMINDERS (#403.5) BASED ON THE IEN PASSED IN. Can only be invoked by Acheron |
| SDES SEARCH RECALL PROVIDERS |
SEARCHRECALLPROV |
SDESRECPROVSRCH |
RESTRICTED |
This RPC allows users to search a recall provider's name either partially or fully. The RPC will perform a search that matches the search criteria (3-35 characters), and then, retrieves and returns a list of ACTIVE Recall Providers. Can only be invoked by Acheron |
| SDES GET CLINIC INFO2 |
JSONCLNINFO |
SDESRTVCLN2 |
RESTRICTED |
Read clinic information from HOSPITAL LOCATION file (44) Can only be invoked by Acheron |
| SDES SEARCH RECALL CLINICS |
CLINICSEARCH |
SDESSEARCHRCLN |
RESTRICTED |
This RPC allows users to search for clinics that are active recall clinics. Given a search string (3 - 35 characters in length), the RPC will return a list of clinics who have associated recall letters assigned. Can only be invoked by Acheron |
| SDES GET ALL CLINIC HASHES |
GETALLHASHCLIN |
SDESHASHCLIN |
RESTRICTED |
Returns back JSON return with SHA-1 hashes for all clinics. Can only be invoked by Acheron |
| SDES GET CLINIC STORED HASH |
GETCLINHASH |
SDESHASHCLIN |
RESTRICTED |
Return clinic hash information for given clinic. Can only be invoked by Acheron |
| SDES UPDATE CLINIC HASH |
UPDTHASHONECLIN |
SDESHASHCLIN |
RESTRICTED |
Update hash for one clinic. Can only be invoked by Acheron |
| SDES SEARCH CLINIC ATTRIBUTES |
SEARCHCLIN |
SDESCLNSEARCH |
RESTRICTED |
Given a whole or partial Clinic Name, Station Number (Opt) and Date (Opt) return the matching clinics and their key attributes. Can only be invoked by Acheron |
| SDES CANCEL CLIN PRECAN LIST |
PRECANLIST |
SDESCLINPRECAN |
RESTRICTED |
Pre-cancellation appointment list for cancelling clinic availability. Can only be invoked by Acheron |
| SDES PRINT APPT LETTER |
PRINTLETTER |
SDESAPPTLETTERS |
RESTRICTED |
Print single appointment letter. Can only be invoked by Acheron |
| SDES PRINT APPT LETTERS |
PRINTLETTERS |
SDESAPPTLETTERS |
RESTRICTED |
Print list of appointment letters. Can only be invoked by Acheron |
| SDES GET APPTS BY CLIN LIST2 |
APPTBYCLINICLIST |
SDESAPPT4 |
RESTRICTED |
Accepts array of clinic IENs and returns appointments for today. Today is defined by clinic's time zone. Can only be invoked by Acheron |
| SDES GET VISTA DEVICES |
DEVICES |
SDESGETDEVICES |
RESTRICTED |
Get list of vista devices. Can only be invoked by Acheron |
| SDES SEARCH CLINIC GRP |
CLGRPLK |
SDES2 |
RESTRICTED |
SDES RPC to SEARCH for CLINIC Groups (#409.832)using Search String Can only be invoked by Acheron |
| SDES ADDEDIT CLINIC GRP |
RGADDEDIT |
SDES2 |
RESTRICTED |
ADD/EDIT CLINIC GROUP IN FILE #409.832 Can only be invoked by Acheron |
| SDES PRINT APPT LETTER VISTA |
PRINTAPPT |
SDESAPPTLETTERSV |
RESTRICTED |
Print single appointment letter. Pre-appointment Cancellation No-show Can only be invoked by Acheron |
| SDES PRINT APPT LETTERS VISTA |
PRINTAPPTS |
SDESAPPTLETTERSV |
RESTRICTED |
Print list of appointment letters to a vista device. Can only be invoked by Acheron |
| SDES ADD CLNGRP ITEM |
ADDRGI |
SDES2 |
RESTRICTED |
ADD NEW RESOURCE TO RESOURCE GROUP Can only be invoked by Acheron |
| SDES DELETE CLNGRP ITEM |
DELRGI |
SDES2 |
RESTRICTED |
ADD A NEW RESOURCE TO RESOURCE GROUP Can only be invoked by Acheron |
| SDES CHECKOUT |
CHECKOUT |
SDESCHECKOUT |
RESTRICTED |
This RPC is used to check out a single appointment. Can only be invoked by Acheron |
| SDES DELETE CLINIC GROUP |
DELRESGP |
SDES2 |
RESTRICTED |
Delete Clinic/Resource Group from the SDEC RESOURCE GROUP FILE #409.832 Can only be invoked by Acheron |
| SDES READ CLINIC GROUP |
RTNRG |
SDESRTNRG |
RESTRICTED |
READ A SINGLE CLINIC GROUP Can only be invoked by Acheron |
| SDES CANCEL CHECKIN |
CANCHECKIN |
SDESCANCHECKIN |
RESTRICTED |
This RPC is used to cancel a check-in for a single appointment. Can only be invoked by Acheron |
| SDES GET TIU DOC BY CONTEXT |
TIUDOCBYCONTEXT |
SDESGETTIUDOC |
RESTRICTED |
This RPC returns lists of TIU Documents that satisfy various criteria (e.g. All signed, unsigned by author, uncosigned notes, signed by author, signed by date range) to the calling application. Can only be invoked by Acheron |
| SDES CHECKIN |
CHECKIN |
SDESCHECKIN |
RESTRICTED |
This RPC is used to check in a single appointment. Can only be invoked by Acheron |
| SDES SEARCH VVS PROVIDERS JSON |
JSONPRVLIST |
SDESPRVSRCHJSON |
RESTRICTED |
Search providers and get data needed to make Video Visit Service (VVS) appointment in JSON format. Can only be invoked by Acheron |
| SDES SPACEBAR VVS PRO |
GETSPACEBARPRO |
SDESVVS |
RESTRICTED |
Gets the video visit provider from the ^TMP(DUZ,"SDECPROIEN") that is stored from the GETPROINFO^SDESVVS TAG. Can only be invoked by Acheron |
| SDES GETVVSMAKEINFO JSON |
GETVVSMAKEINFO |
SDESVVSJSON |
RESTRICTED |
Get patient info, default provider info, and system info needed to make a Video Visit Service (VVS) appointment in JSON format. Can only be invoked by Acheron |
| SDES GET APPTS BY CLINIEN LIST |
APPTBYCLNLISTEAS |
SDESAPPT4 |
RESTRICTED |
Accepts array of clinic IENs and returns appointments for today. Today is defined by the clinic's time zone. Can only be invoked by Acheron |
| SDES GET APPT BY APPT IEN |
GETAPPTBYIEN |
SDESGETAPPTWRAP4 |
RESTRICTED |
For a given appointment IEN, this RPC retrieves and returns appointments from SDEC APPOINTMENT File #409.84, HOSPITAL LOCATION File #44, and Appointment Multiple Patient File #2 in JSON format. Can only be invoked by Acheron |
| SDES NOSHOW |
NOSHOW |
SDESNOSHOW |
RESTRICTED |
This RPC is used to no-show an appointment. Can only be invoked by Acheron |
| SDES UNDO NOSHOW |
UNDONOSHOW |
SDESNOSHOW |
RESTRICTED |
This RPC is used to undo a no-show status for an appointment. Can only be invoked by Acheron |
| SDES GET CLINICS BY CLIN LIST |
CLINICLISTBYIEN |
SDESGETCLINSIEN |
RESTRICTED |
New RPC to allow batch up to 50 Clinic IENs, returning Clinic Details. Can only be invoked by Acheron |
| SDES GET PATIENT PREF |
PREFGET |
SDES2 |
RESTRICTED |
GET PATIENT PREFERENCES FROM SDEC PREFERENCES AND SPECIAL NEEDS FILE #409.8451 Can only be invoked by Acheron |
| SDES GET PATIENT WARD |
PATWARDGET |
SDES2 |
RESTRICTED |
This RPC returns Patient Ward when given Patient DFN Can only be invoked by Acheron |
| SDES GET CANCMTS |
CANCMTGET |
SDES2 |
RESTRICTED |
Returns list of cancellation comments (hash tag, type and text) from the SDEC CANCELLATION COMMENT file (#409.88). Can only be invoked by Acheron |
| SDES UNDO CHECKOUT |
UNDOCHECKOUT |
SDESUNDOCHECKOUT |
RESTRICTED |
This RPC will undo a checkout that has occurred against an appointment. Can only be invoked by Acheron |
| SDES GET APPT REQ BY TYPE VET |
GETREQBYTYPEVET |
SDESGETAPPTREQ |
RESTRICTED |
This RPC returns the first 200 records that have a REQUEST TYPE of VETERAN. Can only be invoked by Acheron |
| SDES PATIENT SEARCH |
SEARCH |
SDESPATSEARCH |
RESTRICTED |
This RPC will return patients and their associated data based on search criteria passed in by the user (PARTIAL NAME, DOB, SSN, FIRST INITIAL OF LAST NAME+LAST4 OF SSN). Can only be invoked by Acheron |
| SDES DELETE VVS ID |
DELETEVVSID |
SDESVVS |
RESTRICTED |
This RPC deletes the Video Visit ID from the SDEC APPOINTMENT (#409.84) file. Can only be invoked by Acheron |
| SDES GET VVS APPT |
VVCAPPT |
SDESVVC |
RESTRICTED |
If an appointment is for a VVC clinic, return the URL of the VVC Web app. The NATIONAL entry in the SDEC Settings file (#409.98) stores the stop code that identifies a VVC clinic in field #5 (VVC Clinic Stop Code). If the stop code for the clinic associated with the resource scheduled for the appointment equals this stop code, the RPC returns the value in field #6 VVC APP URL of the NATIONAL entry in the SDEC Settings file. Can only be invoked by Acheron |
| SDES SAVE VVS ID |
SAVEVVSID |
SDESVVS |
RESTRICTED |
This RPC saves the VVS appointment ID in the VVS APPOINTMENT (#2) field in the SDEC APPOINTMENT (#409.84) file. Can only be invoked by Acheron |
| SDES GET VVS ID |
GETVVSID |
SDESVVS |
RESTRICTED |
This RPC returns the Video Visit Service (VVS) ID. Can only be invoked by Acheron |
| SDEC GET REQ BY TYPE VET JSON |
GETREQBYTYPEVET |
SDECAR4 |
RESTRICTED |
This RPC will return the first 200 appointment request records that have a TYPE of VETERAN. |
| SDES GET APPTREQ BY INST |
GETREQSBYINTOPEN |
SDESGETAREQINST |
RESTRICTED |
Returns all open Appt Reqs from file 409.85 for all the Clinics under given Institution. Can only be invoked by Acheron |
| SDEC RETURN MENTAL HEALTH JSON |
STOPCODE |
SDESGETMHCODE |
RESTRICTED |
RPC to return if stop code IEN is a Mental Health Specialty |
| SDES GET CLINIC ORIGINAL AVAIL |
GETSCHEDULE |
SDESCLINDAILYSCH |
RESTRICTED |
This RPC will return an unmodified version of a clinic's appointment slots. Unlike, SDEC APPTSLOTS which decrements the availability to indicate that appointments have been made, this RPC will only return the original, unmodified copy of the days schedule. Can only be invoked by Acheron |
| SDES GET CANCEL REASONS |
GETCANCELRSNS |
SDESCANCELRSNS |
RESTRICTED |
Return entries from the CANCELLATION REASONS (#409.2) file. Can only be invoked by Acheron |
| SDES GET COMP/PEN 2507 |
GET |
SDESCOMPPEN |
RESTRICTED |
This RPC returns a list of 2507 Compensation and Pension requests for a patient. Can only be invoked by Acheron |
| SDES GET CLINIC STOPCD |
GETSTOPCD |
SDESGETSTOPCD |
RESTRICTED |
Return entries from SDEC CLINIC STOP FILE #40.7 Can only be invoked by Acheron |
| SDES SET COMP/PEN AMIE TRKNG |
SET |
SDESCOMPPEN |
RESTRICTED |
This RPC allows the setting and updating of an AMIE Compensation and Pension tracking record. Can only be invoked by Acheron |
| SDES GET ALL CANCEL COMMENTS |
GETCOMMENTS |
SDESGETALLCANCOM |
RESTRICTED |
This RPC will return both the local and the national cancel comments. Can only be invoked by Acheron |
| SDES GET CLINICS BY PROVIDER |
GETPROVCLINICS |
SDESPROVCLINSRCH |
RESTRICTED |
This RPC will return the clinics that a provider is associated with. Can only be invoked by Acheron |
| SDES GET MISSION ACT AVAIL |
MISSACTAVAIL |
SDESMISSIONAVL |
RESTRICTED |
This RPC will get Mission Act availability given a primary stop code, secondary stop codes, beginning date and ending date. Can only be invoked by Acheron |
| SDES CANCEL APPOINTMENT 2 |
CANAPPT2 |
SDESCANAPPT2 |
RESTRICTED |
This RPC will cancel appointments in file 409.84, file 44 and file 2. Can only be invoked by Acheron |
| SDES GET AVAIL BY CLIN LIST |
GETSCHEDULES |
SDESGETCLNSCHEDS |
RESTRICTED |
This RPC returns the clinic availability assocaited with each clinic that is passed in via and array. This RPC accepts an array containing all the IENs to perform the lookup for as well as a start and end date to filter the search further. Can only be invoked by Acheron |
| SDES GET MISSION ACT ELIG FEDT |
GETMISSIONFEDT |
SDESMISSIONELG |
RESTRICTED |
This RPC calculates whether patient is mission act eligible based on the file entry date of the appointment request, PID, selected appointment date, and clinic ID. Can only be invoked by Acheron |
| SDES GET SPEC NEEDS AND PREFS |
GETNEEDSPREFS |
SDESNEEDSPREFS |
RESTRICTED |
This RPC returns the special needs and preferences associated with a patient. Can only be invoked by Acheron |
| SDES GET PATIENT INQUIRY |
GETINQUIRY |
SDESGETPATINQUIR |
RESTRICTED |
This RPC returns a report known as a patient inquiry. This report includes details about the patient and associated appointment data. Can only be invoked by Acheron |
| SDES GET CONSULT DETAILS |
GETDETAILS |
SDESGETCONDETAIL |
RESTRICTED |
This RPC returns the details associated with a consult request. Can only be invoked by Acheron |
| SDES GET APPT TYPES |
GETTYPES |
SDESGETAPPTTYPE |
RESTRICTED |
This RPC will return the types of appointment that are available. Can only be invoked by Acheron |
| SDES GET AVAIL BY STOP CODE |
SCAVAIL |
SDESGETAVAILSC |
RESTRICTED |
This RPC will get clinic availability given a primary stop code, secondary stop codes, beginning date and ending date. Can only be invoked by Acheron |
| SDES GET RESOURCE BY DUZ |
GETBYDUZ |
SDESGETRESOURCE |
RESTRICTED |
This RPC returns resource(s) for a given DUZ. Can only be invoked by Acheron |
| SDES GET RESOURCE BY CLINIC |
GETBYCLINIEN |
SDESGETRESOURCE |
RESTRICTED |
This RPC returns resource(s) for a specified clinic. Can only be invoked by Acheron |
| SDES CHECK ORDER LOCK |
LOCKCHECK |
SDESCHECKLOCK |
RESTRICTED |
For a given appointment request return flag if associated order is locked. Can only be invoked by Acheron |
| SDES ADD/UPDATE CONTACT |
ADDUPD |
SDESCONTACTS |
RESTRICTED |
This RPC serves two functions. Can only be invoked by Acheron 1.) If no record exists for the given appointment request, it will create a NEW record in the SDEC CONTACT file (#409.86), and add the first contact attempt to the Date/Time of Contact subfile (#409.863) 2.) If there is already a contact in the SDEC CONTACT file for this appointment request, a new entry will be added to the Date/Time of Contact subfile (#409.863), but will not change any values for the SDEC CONTACT entry (#409.86). The parent record is not editable, only new contact attempts may be added. |
| SDES DISPLAY CONTACT |
DISPLAY |
SDESCONTACTS |
RESTRICTED |
This RPC returns the SDEC CONTACT (#409.86) record, along with all of the contact attempts in the Date/Time of Contact subfile (#409.863). Can only be invoked by Acheron |
| SDES GET APPT REQS BY IENS2 |
APPTREQSBYIEN |
SDESGREQSIENS |
RESTRICTED |
return the list of Appt Reqs for the given array of Appt Req iens Can only be invoked by Acheron |
| SDES CREATE SPEC NEEDS PREFS |
CREATENEEDSPREFS |
SDESCRTNEEDPREFS |
RESTRICTED |
This RPC will create special needs and preferences for a given patient. Can only be invoked by Acheron |
| SDES EDIT SPEC NEEDS PREFS |
EDITNEEDSPREFS |
SDESEDITNEEDPREF |
RESTRICTED |
This RPC will edit special needs and preferences for a given patient. Can only be invoked by Acheron |
| SDES GET APPTS BY IENS2 |
APPTSLISTBYIEN |
SDESGETAPPTSIEN2 |
RESTRICTED |
Returns Appointment details based on list of Appointment IENS Currently set to take in SDEAS numbers from an array in corresponding nodes. Can only be invoked by Acheron |
| SDES CREATE LAST SELECTED PAT |
STORE |
SDESSTOREPATIENT |
RESTRICTED |
This RPC will store the patient in ^DISV against the user. This will allow the last selected patient by the user to be accessed at a later time. Can only be invoked by Acheron |
| SDES GET LAST SELECTED PAT |
GETSTOREDPATIENT |
SDESGETSTOREDPAT |
RESTRICTED |
This RPC will return the patient that was last selected by a user. Can only be invoked by Acheron |
| SDES GET DISPOSITION REASONS |
DISPOSITIONREAS |
SDESGETDISPREASN |
RESTRICTED |
Return the list of disposition reasons from the DISPOSITION REASON file 409.853. No input parameters are required. Data returned from the call will be in JSON format. Can only be invoked by Acheron |
| SDES GET PATIENT CMMTS |
PATCMTGET |
SDESPATCOMMTS |
RESTRICTED |
Return Patient Comments from 409.84 field 4 Can only be invoked by Acheron |
| SDES EDIT APPOINTMENT |
EDIT |
SDESEDITAPPT |
RESTRICTED |
This RPC allows the editing of the note tied to the appointment. Can only be invoked by Acheron |
| SDES2 CREATE CLINIC |
CREATECLINIC |
SDES2CREATECLIN |
RESTRICTED |
This RPC will add and define a new clinic in the HOSPITAL LOCATION file (#44). Can only be invoked by Acheron |
| SDES GET PATREG BY DFNICN |
GETREGA |
SDESGETREGA2 |
RESTRICTED |
Look up each of the patient DFNs and ICNs specified and return their registration data ** (as if SDES GET PATIENT REGISTRATION2 was called). At least one DFN or one ICN is required, and a combination of DFNs and ICNs may be given. Can only be invoked by Acheron |
| SDES2 EDIT CLINIC |
EDITCLINIC |
SDES2EDITCLIN |
RESTRICTED |
This RPC allows clinic definition to be edited. Can only be invoked by Acheron |
| SDES BLOCK AND MOVE |
BLOCKANDMOVE |
SDESBLOCKANDMOVE |
RESTRICTED |
This RPC allows the user to block and move an appointment. This will block the availability in the slot the appointment was originally in and move it to a new clinic. Can only be invoked by Acheron |
| SDES2 GET HOLIDAYS |
GETHOLIDAYS |
SDES2GETHOLIDAYS |
RESTRICTED |
This RPC returns the Holidays from the holiday file. Start date and end date may be passed, and are optional. Can only be invoked by Acheron |
| SDES2 GET REQUESTS BY INST |
GETREQUESTS |
SDES2GREQSINST |
RESTRICTED |
This RPC returns all open appointment requests (up to 200 per request type). If the station number is passed in, only records for that station/institution will be returned. If the station number parameter is passed in, it will only return records for the institution associated with that station number. Can only be invoked by Acheron |
| SDES2 GET PATIENT MED LIST |
GETMEDLIST |
SDES2GETMEDLIST |
RESTRICTED |
An SDES2 Wrapper of the ORQQPS LIST RPC Can only be invoked by Acheron |
| SDES2 GET CONTACT ATTEMPTS |
GETCONTACTS |
SDES2CONTACTS |
RESTRICTED |
This RPC returns the patient contact information stored in the SDEC CONTACT (#409.86) file for the given appointment request. Can only be invoked by Acheron |
| SDES2 ADD CONTACT ATTEMPT |
ADDCONTACT |
SDES2CONTACTS |
RESTRICTED |
This RPC serves two functions. Can only be invoked by Acheron 1.) If no record exists for the given appointment request, it will create a NEW record in the SDEC CONTACT file (#409.86), and add the first contact attempt to the Date/Time of Contact subfile (#409.863) 2.) If there is already a contact in the SDEC CONTACT file for this appointment request, a new entry will be added to the Date/Time of Contact subfile (#409.863), but will not change any values for the SDEC CONTACT entry (#409.86). The parent record is not editable, only new contact attempts may be added. |
| SDES2 SEARCH CLINIC ATTRIBUTES |
SEARCHCLIN |
SDES2CLNSEARCH |
RESTRICTED |
Given a whole or partial Clinic Name, Station Number (Opt), Date (Opt) and Return Active Flag (Opt) return the matching clinics and their key attributes. The RPC will search both the B x-ref based on the NAME (#.01 ) field and then the C x-ref based on the ABBREVIATION (#1) field for matches. Can only be invoked by Acheron |
| SDES2 EDIT PAT PRE-REG |
EDITPREREG |
SDES2EDITPREREG |
RESTRICTED |
Updates patient pre-registration and associated files when a Vetlink Kiosk pre-register event occurs. Can only be invoked by Acheron |
| SDES2 GET HELP LINKS |
GETLINKS |
SDES2GETLINKS |
RESTRICTED |
This RPC returns data from the SDEC SETTINGS File (#409.98), HELP LINK TEXT field (#1) multiple. Can only be invoked by Acheron |
| SDES2 GET PATIENT EP |
GETPTIN |
SDES2EPT |
RESTRICTED |
Provide Patient information when Patient DFN is given as input Pager Number Can only be invoked by Acheron The following fields are returned by the RPC: POS (Period of Service) information Status Combat veteran Prisoner of War Last Admit / Lodger Date SW Asia Conditions |
| SDES2 RESTORE CLIN AVAIL |
RESTORE |
SDES2RSTCAVAIL |
RESTRICTED |
This RPC will allow the restore of clinic availability. If the day was a full day cancel, will restore full day. If time periods (partial) day cancellation were cancelled, then the RPC will restore a partial day for the time period start time sent in. Can only be invoked by Acheron |
| SDES GET APPTREQ BY INST2 |
GETREQSBYINST |
SDESGETAREQINST2 |
RESTRICTED |
Returns all the open Appt Reqs from file #409.85, #123, and #403.5 under the given institution number and year. Returns appropriate error if unsuccessful. Institution number and year. Returns appropriate error if unsuccessful. Can only be invoked by Acheron |
| SDES2 REACTIVATE CLINIC |
REACTIVATECLIN |
SDES2REACTTCLIN |
RESTRICTED |
This RPC reactivates a clinic from HOSPITAL LOCATION File (#44) IEN. It will remove the leading 'ZZ' from the clinic name if it doesn't create a name conflict. Can only be invoked by Acheron |
| SDES2 GET LAST SELECTED PAT |
GETSTOREDPATIENT |
SDES2GETSTORDPAT |
RESTRICTED |
This RPC returns the last selected patient by the user as well as associated data. Can only be invoked by Acheron |
| SDES2 GET EXPANDED ENTRY |
GETEXPANDEDENTRY |
SDES2GETEXPENTRY |
RESTRICTED |
This RPC returns the expanded entry fields associated with the Can only be invoked by Acheron appointment/patient. DIAGNOSIS STOP CODES PROVIDERS PROCEDURES CLASSIFICATIONS |
| SDES2 INACTIVATE CLINIC |
SDINACTCLN |
SDES2INACTCLIN |
RESTRICTED |
This RPC inactivates a clinic from HOSPITAL LOCATION File #44 IEN. It will mark an associated SDEC RESOURCE File 409.831 entry as inactive if there is a link to the resource. Please note that the clinic must not have any future appointments. Can only be invoked by Acheron |
| SDES2 GET VVC STOP CODES |
GETVVCCODES |
SDES2GETVVCCODES |
RESTRICTED |
Returns VVC Stop Code information from the SDEC SETTINGS (#409.98) File. Can only be invoked by Acheron |
| SDES2 GET APPT TYPES BY DFN |
GETAPTYDFN |
SDES2APPTYPES |
RESTRICTED |
This RPC will return the active appointment types for a patient specified by the DFN. Can only be invoked by Acheron |
| SDES2 PATIENT SEARCH |
SEARCH |
SDES2PATSEARCH |
RESTRICTED |
This RPC will return patients and their associated data based on search criteria passed in by the user (PARTIAL NAME, DOB, SSN, FIRST INITIAL OF LAST NAME+LAST4 OF SSN). Can only be invoked by Acheron |
| SDES2 CREATE LAST SELECTED PAT |
STORE |
SDES2STOREPAT |
RESTRICTED |
This RPC will store the patient in ^DISV against the user. This will allow the last selected patient by the user to be accessed at a later time. Can only be invoked by Acheron |
| SDES2 GET RECALL DELETE REASON |
GETDELREASON |
SDES2RECLDIPREAS |
RESTRICTED |
This returns the set of codes from the DELETE REASON (field 203) from RECALL REMINDERS REMOVED (file 403.56) Can only be invoked by Acheron |
| SDES2 GET SPEC NEEDS PREFS |
GETNEEDSPREFS |
SDES2GETSNAPS |
RESTRICTED |
This RPC will return the special needs and preferences that are associated with a patient. Can only be invoked by Acheron |
| SDES2 CREATE SPEC NEEDS PREFS |
CREATENEEDSPREFS |
SDES2CREATESNAPS |
RESTRICTED |
This RPC will create special needs and preferences for a given patient. Can only be invoked by Acheron |
| SDES2 EDIT SPEC NEEDS PREFS |
EDITNEEDSPREFS |
SDES2EDITSNAPS |
RESTRICTED |
This RPC allows editing of the special needs and preference associated with a patient. Can only be invoked by Acheron |
| SDES2 CHECK CLIN AVAIL DEFINED |
CHECKAVAIL |
SDES2CHKCAVAIL |
RESTRICTED |
Returns a flag of 1 if availability has been defined in the past for a given clinic and a 0 if availability has never been defined. Note: if a clinic currently doesn't have availability, but availability has been defined in the past, the result is 1. Can only be invoked by Acheron |
| SDES2 GET PATIENT INFO |
GETINFO |
SDES2GETPATINFO |
RESTRICTED |
This RPC will return assorted patient information based on the DFN. Can only be invoked by Acheron |
| SDES2 GET RESOURCE GROUP |
GETRESOURCEGROUP |
SDES2GETRESGROUP |
RESTRICTED |
This RPC will return the details associated with a resource group. Can only be invoked by Acheron |
| SDES2 CREATE RECALL REQUEST |
CREATERECREQ |
SDES2RECLLREQ |
RESTRICTED |
CREATE A NEW ENTRY INTO THE RECALL REMINDERS (#403.5) FILE FOR PATIENT DFN. Can only be invoked by Acheron |
| SDES2 EDIT RECALL REQUEST |
UPDRECALLREQ |
SDES2RECLLREQ |
RESTRICTED |
UPDATE AN EXISTING ENTRY IN RECALL REMINDERS (#403.5) BASED ON THE IEN PASSED IN. Can only be invoked by Acheron |
| SDES2 DISPOSITION APPT REQ |
DISPOSITION |
SDES2ARCLOSE |
RESTRICTED |
Dispositioning/closing an appointment request Can only be invoked by Acheron |
| SDES2 DISPOSITION RECALL REQ |
DISPRECALL |
SDES2DISPRECALL |
RESTRICTED |
DISPOSITION and DELETE an entry from the RECALL REMINDERS file (403.5). During the deletion of the entry, the new-style xref in 403.5 will trigger the move of the data from 403.5 to the RECALL REMINDERS REMOVED file (403.56). Can only be invoked by Acheron |
| SDES2 CHECKIN |
CHECKIN |
SDES2CHECKIN |
RESTRICTED |
This RPC is used to check in a single appointment. Can only be invoked by Acheron |
| SDES2 CREATE APPOINTMENT |
CREATE |
SDES2CREATEAPPT |
RESTRICTED |
This RPC will create appointments within files 409.84, 44, and 2. Can only be invoked by Acheron |
| SDES2 GET CANCELLED SLOTS |
GETCANCSLOTS |
SDES2GETCANSLOTS |
RESTRICTED |
This RPC returns cancelled slots within a given timeframe for a given clinic in JSON format. Can only be invoked by Acheron |
| SDES GET CLINIC INFO3 |
JSONCLNINFO |
SDESRTVCLN3 |
RESTRICTED |
Read clinic information from HOSPITAL LOCATION file (44) Can only be invoked by Acheron |
| SDES2 CREATE VET REQ AND APPT |
CREATEREQANDAPPT |
SDES2CRTVETAPPT |
RESTRICTED |
This RPC will generate both an appointment request and an appointment, disposition the appointment request, then return the new request IEN and appointment IEN. Can only be invoked by Acheron |
| SDES2 GET APPTS CLINIEN LIST |
APPTBYCLNLIST |
SDES2APPTCLNLST |
RESTRICTED |
Accepts input array of clinic IENs and returns appointments for today. Today is defined by the clinic's time zone. Can only be invoked by Acheron |
| SDES2 SET APPT CHECKOUT |
SETCHECKOUT |
SDES2SETCHECKOUT |
RESTRICTED |
Set the checkout date/time for the specified appointment. Can only be invoked by Acheron |
| SDES2 GET RESOURCE IEN |
GETRESIEN |
SDES2GETRESIEN |
RESTRICTED |
Given a Resource Type and IEN, will return the SDEC RESOURCE (#409.831) IEN. Can only be invoked by Acheron |
| SDES2 GET EXPANDED ENTRY 2 |
GETEXPANDEDENTRY |
SDES2GETXPENTRY2 |
RESTRICTED |
This RPC returns the expanded entry fields associated with the appointment/patient. Can only be invoked by Acheron |
| SDES2 CREATE APPT REQ |
CREATEREQUEST |
SDES2CRTAPREQ |
RESTRICTED |
Creates new appointment request in the SDEC APPT REQUEST file (#409.85). Can only be invoked by Acheron |
| SDES2 EDIT APPT REQ |
EDITREQUEST |
SDES2EDITAPREQ |
RESTRICTED |
This RPC allows the editing of an appointment request. Can only be invoked by Acheron |
| SDES2 GET APPTS BY CLIN LIST |
APPTBYCLINICLIST |
SDES2CLINICLIST |
RESTRICTED |
Accepts array of clinic IENs and returns appointments for today. Today is defined by clinic's time zone. Can only be invoked by Acheron |
| SDES2 CANCEL APPOINTMENT |
CANCELAPPT |
SDES2CANCELAPPT |
RESTRICTED |
This RPC will cancel an appointment from the SDEC APPOINTMENT (409.84) file, the PATIENT (#2) file, and the HOSPITAL LOCATION (#44) file. Can only be invoked by Acheron |
| SDES2 SET APPT CHECKIN |
SETAPPTCKNSTEP |
SDES2APPTCKNSTEP |
RESTRICTED |
Set Check-in status for a given Appointment IEN Can only be invoked by Acheron |
| SDES2 SET CHECK-IN STEP |
SETCKNSTEP |
SDES2CKNSTEP |
RESTRICTED |
Create new status in #409.842 Can only be invoked by Acheron |
| SDES2 QUERY APPT REQUESTS |
QUERY |
SDES2QRYAPREQS |
RESTRICTED |
This RPC allows the user to query appointment requests, consults and recall requests. The query supports multiple filter criteria such as patient(s), clinic(s)/service(s), request types, origination date, priority group, PID date, wait time, and urgency (consults only). Can only be invoked by Acheron |
| SDES2 CREATE PROVIDER RESOURCE |
CREATEPRVRES |
SDES2CRTPRVRES |
RESTRICTED |
This RPC allows the creation of a Provider Resource. Can only be invoked by Acheron |
| SDES2 EDIT PROVIDER RESOURCE |
EDITPRVRES |
SDES2EDITPRVRES |
RESTRICTED |
This RPC allows the Provider Resource Hospital location to be modified. Can only be invoked by Acheron |
| SDES2 CREATE WALKIN APPT |
CREATEWALKIN |
SDES2CRTWALKIN |
RESTRICTED |
Creates the SDEC APPT REQUEST (#409.85) file record, the SDEC APPOINTMENT (#409.84) file record, and completes the check-in process for a walk-in appointment. Can only be invoked by Acheron |
| SDES2 GET ELIGIBILITY CODES |
GETELIGCODES |
SDES2GETELIGCD |
RESTRICTED |
This RPC returns the Eligibility Code information if an Eligibility Code Name is sent in - or - all Eligibility Code information if no Name is sent in. Can only be invoked by Acheron |
| SDES2 GET PATIENT CLIN STATUS |
GETPATIENTSTATUS |
SDES2GETPATSTAT |
RESTRICTED |
This RPC returns whether a patient is "NEW" or "ESTABLISHED" within a clinic. Can only be invoked by Acheron |
| SDES2 CANCEL CLINIC AVAIL |
CANCEL |
SDES2CANCLNAVAIL |
RESTRICTED |
This RPC will cancel clinic availability. Can only be invoked by Acheron |
| SDES2 NO-SHOW |
NOSHOW |
SDES2NOSHOW |
RESTRICTED |
This RPC will set an appointment into a no-show status. Can only be invoked by Acheron |
| SDES2 GET SCHEDULING USERS |
GETUSERS |
SDES2GETSCDUSRS |
RESTRICTED |
This RPC returns back a list of users with the SDECZMENU and SDECZMGR keys. Can only be invoked by Acheron |
| SDES2 UNDO NO-SHOW |
UNDONOSHOW |
SDES2UNDONOSHOW |
RESTRICTED |
This RPC will undo a no-show that has been applied to an appointment. Can only be invoked by Acheron |
| SDES2 GET APPT BY APPT IEN |
BYAPPTIEN |
SDES2GETAPPTRPCS |
RESTRICTED |
This RPC returns the Appointment Object for the given Appointment IEN. Can only be invoked by Acheron |
| SDES2 GET APPTS BY CLINIC IEN |
BYCLINIEN |
SDES2GETAPPTRPCS |
RESTRICTED |
This RPC returns back the appointments for a give clinic during a given time range. Can only be invoked by Acheron |
| SDES2 GET APPTS BY PATIENT DFN |
BYPATDFN |
SDES2GETAPPTRPCS |
RESTRICTED |
This RPC returns appointments for a give Patient within a given date range. Can only be invoked by Acheron |
| SDES2 GET RECALL BY IEN |
GETBYIEN |
SDES2GETRECALL |
RESTRICTED |
Returns a single recall based on the IEN passed in from the RECALL REMINDERS file (#403.5) Can only be invoked by Acheron |
| SDES2 GET RECALLS BY DFN |
GETBYDFN |
SDES2GETRECALL |
RESTRICTED |
Returns a list of RECALL REMINDER file (#403.5) requests based on PATIENT file (#2) DFN passed to the RPC. Can only be invoked by Acheron |
| SDES2 GET VIDEO VISIT PROV |
GETSPACEBARPRO |
SDES2SPACEBAR |
RESTRICTED |
Gets the video visit provider from the ^TMP(DUZ,"SDECPROIEN") that is stored from the GETPROINFO^SDESVVS TAG. Can only be invoked by Acheron |
| SDES2 GET APPTS BY APPT IENS |
APPTSBYIENLIST |
SDES2GETAPPTRPCS |
RESTRICTED |
This RPC will take in a list of up to 50 appointment IENS values and returns an appointment object for each given appointment IEN. Can only be invoked by Acheron |
| SDES2 GET INFO FOR VIDEO VISIT |
GETVVSMAKEINFO |
SDES2VVSJSON |
RESTRICTED |
Get patient info, default provider info, and system info needed to make a Video Visit Service (VVS) appointment in JSON format. Can only be invoked by Acheron |
| SDES2 BLOCK AND MOVE |
BLOCKANDMOVE |
SDES2BLOCKANDMOV |
RESTRICTED |
This RPC allows the user to block and move an appointment. This will block the availability in the slot the appointment was originally in and move it to a new clinic. Can only be invoked by Acheron |
| SDES2 GET APPT REQ BY DFN |
GETREQSBYDFN |
SDES2GETAPPTREQ |
RESTRICTED |
This RPC returns a list of appointment requests for a given patient. Can only be invoked by Acheron |
| SDES2 GET APPT REQ BY IEN |
GETREQBYREQIEN |
SDES2GETAPPTREQ |
RESTRICTED |
This RPC will return the details of an appointment request, based on the IEN provided. Can only be invoked by Acheron |
| SDES2 GET CONSULTS BY DFN |
GETCONSULTSBYDFN |
SDES2GETCONSULTS |
RESTRICTED |
This RPC returns consults for the provided patient. Can only be invoked by Acheron |
| SDES2 GET CONSULT BY IEN |
GETCONSULTBYIEN |
SDES2GETCONSULTS |
RESTRICTED |
This RPC will return consult details when supplied the consult IEN. Can only be invoked by Acheron |
| SDES2 GET APPT REQ LIST BY DFN |
GETREQLISTBYDFN |
SDES2GETREQS |
RESTRICTED |
This RPC returns a list of appointment requests (appointment request, recall, and consults), given the patient DFN. Can only be invoked by Acheron |
| SDES2 GET APPTS BY CLN RES IEN |
BYCLINRESOURCE |
SDES2GETAPPTRPCS |
RESTRICTED |
This RPC will return back the appointment for a given clinic resource for a given time range. Can only be invoked by Acheron |
| SDES2 GET PATIENT REGISTRATION |
GETPATINFO |
SDES2GETREGS |
RESTRICTED |
Given a Patient IEN (DFN) returns patient registration information in JSON format. Can only be invoked by Acheron |
| SDES2 BLOCK PBSP SLOTS |
BLOCK |
SDES2BLOCKPBSP |
RESTRICTED |
This RPC will accept a date/time representing an appointment in one clinic for a provider profile, then block slots in that particular time range in the other clinics associated with that profile. Can only be invoked by Acheron |
| SDES2 GET URGENCY LIST |
GETURGENCY |
SDES2GETURGENCY |
RESTRICTED |
This RPC will return a list of GMRC URGENCY values from the Protocol file (#101). Can only be invoked by Acheron |
| SDES2 UNDO CHECKOUT |
UNDOCHECKOUT |
SDES2UNDOCHKOUT |
RESTRICTED |
This RPC will undo a checkout that has occurred against an appointment. Can only be invoked by Acheron |
| SDES2 UNBLOCK PBSP SLOTS |
UNBLOCK |
SDES2UNBLOCKPBSP |
RESTRICTED |
This RPC will unblock slots that are associated with a provider based scheduling profile. Can only be invoked by Acheron |
| SDES2 GET PAT DEMOGRAPHICS |
GETDEMOGRAPHICS |
SDES2GETPATDEMO |
RESTRICTED |
This RPC will return demographic information associated with a patient. Can only be invoked by Acheron |
| SDES2 EDIT PAT DEMOGRAPHICS |
EDITDEMOGRAPHICS |
SDES2EDITPATDEMO |
RESTRICTED |
This RPC allows the user to edit demographics associated with a patient. Can only be invoked by Acheron |
| SDES2 GET DEMOGRAPHICS |
GETDEMOGRAPHICS |
SDES2GETDEMOS |
RESTRICTED |
This RPC returns all of the valid external values associated with RACE, ETHNICITY, RELIGION, and MARITAL STATUS. Can only be invoked by Acheron |
| SDES2 GET RECALL APPT TYPES |
GETRECREMTYPES |
SDES2GRECAPTYPE |
RESTRICTED |
This RPC returns a list of the Recall reminder appointment types from the RECALL REMINDERS APPT TYPE file (#403.51). Can only be invoked by Acheron |
| SDES2 GET APPT REQ BY TYP VET |
GETREQBYTYPEVET |
SDES2GETAPPTREQ |
RESTRICTED |
This RPC returns up to 200 veteran appointment requests. Can only be invoked by Acheron |
| SDES2 GET CLINICS BY PROVIDER |
GETPROVCLINICS |
SDES2PRVCLINSRC |
RESTRICTED |
This RPC will return the clinics that a provider is associated with. Can only be invoked by Acheron |
| SDES2 SEARCH RECALL PROVIDERS |
RECPROVSEARCH |
SDES2RECPRVSRCH |
RESTRICTED |
This RPC allows users to search a recall provider's name either partially or fully. The RPC will perform a search that matches the search criteria (3-35 characters), and then, retrieves and returns a list of ACTIVE Recall Providers. Can only be invoked by Acheron |
| SDES2 GET APPTS BY CLINIC LIST |
BYCLINICLIST |
SDES2GETAPPTRPCS |
RESTRICTED |
This RPC returns back all the appointments for the clinics passed in for today. Can only be invoked by Acheron |
| SDES2 GET CLINIC AVAIL BY SVC |
CLINICAVAIL |
SDES2GETCLINAVL |
RESTRICTED |
This RPC returns clinic availability given station number, start/end dates, and primary/secondary AMIS code(s). Can only be invoked by Acheron |
| SDES2 GET DISP CONT ATTEMPTS |
GETCONTACTS |
SDES2GETDISPCONS |
RESTRICTED |
This RPC returns all Patient Contacts attempts made during the past year for all dispositioned requests. Can only be invoked by Acheron |
| SDES2 GET CLINICS BY STATION |
GETCLINICS |
SDES2GETCLNSTA |
RESTRICTED |
This RPC returns a list of clinics for a given station number. Can only be invoked by Acheron |
| SDES2 SEARCH CLIN BY STOP CODE |
SEARCHCLIN |
SDES2SRCHCLNBYSC |
RESTRICTED |
Returns detailed clinic information based on a search on Medical Center Division (Station Number) and/or Stop Code and/or Stop Code range. Can only be invoked by Acheron |
| SDES2 GET APPTS BY PAT DFN2 |
BYPATDFN2 |
SDES2GETAPPTRPCS |
RESTRICTED |
This RPC returns appointments for a given Patient within a given date range. Can only be invoked by Acheron |
| SDES2 SEARCH RECALL CLINICS |
CLINICSEARCH |
SDES2SEARCHRCLN |
RESTRICTED |
This RPC allows users to search for clinics that are active recall clinics. Given a search string (3 - 35 characters in length), the RPC will return a list of clinics who have associated recall letters assigned Can only be invoked by Acheron |
| SDES2 GET USER PROFILE BY DUZ |
GETUSRPROBYDUZ |
SDES2GETUSRPROF |
RESTRICTED |
An SDES2 Version of the RPC to get User Profile details by DUZ. Can only be invoked by Acheron |
| SDES2 GET USER PROF BY SECID |
GETUSRPROBYSECID |
SDES2GETUSRPROF |
RESTRICTED |
An SDES2 Version of the RPC to get User Profile details by SECID. Can only be invoked by Acheron |
| SDES2 GET SERVICES FOR CLINICS |
GETSERVICETYPES |
SDES2GETCLINSVC |
RESTRICTED |
This RPC will retrieve the list of services from the SERVICE (#9) field of the HOSPITAL LOCATION (#44) file. Can only be invoked by Acheron |
| SDES2 CREATE CLINIC AVAIL |
CREATE |
SDES2CRTCLNAVAIL |
RESTRICTED |
This RPC creates availability within a clinic. Can only be invoked by Acheron |
| SDES2 SEARCH PROVIDERS |
PROVIDERSEARCH |
SDES2PROVSEARCH |
RESTRICTED |
Retrieve list of active providers with a given string. Can only be invoked by Acheron |
| SDES2 EDIT APPOINTMENT |
EDIT |
SDES2EDITAPPT |
RESTRICTED |
This RPC allows the editing of the note tied to the appointment. Can only be invoked by Acheron |
| SDES2 GET CLINIC INFO |
ENTRY |
SDES2CLININFO |
RESTRICTED |
New RPC to get the clinic details by Clinic IEN and allow the user to update the clinic hash if specified Can only be invoked by Acheron |
| SDES2 GET CLINICS BY CLIN LIST |
CLINICLIST |
SDES2CLININFO |
RESTRICTED |
New RPC to allow batch of up to 50 Clinic IENs, returning Clinic details. Can only be invoked by Acheron |
| SDES2 PRINT APPT LETTER |
PRINTLETTER |
SDES2APTLETTER |
RESTRICTED |
Print single appointment letter. Can only be invoked by Acheron |
| SDES2 PRINT APPT LETTERS |
PRINTLETTERS |
SDES2APTLETTER |
RESTRICTED |
A list of appointment IENs for which letters are to be printed. This RPC is intended to be used to print a list of letters for actions such as cancelling clinic availability, where multiple letters need to be printed at one time. Can only be invoked by Acheron |
| SDES2 SEARCH CLINIC SLOTS |
SEARCH |
SDES2SEARCHSLOTS |
RESTRICTED |
This RPC will identify consecutive, recurring slots in a clinic based on search criteria. Can only be invoked by Acheron |
| SDES2 CREATE LETTER |
CREATELETTER |
SDES2ENTERLETTER |
RESTRICTED |
This RPC will allow for the addition of a new letter in the LETTER (#407.5) file. Can only be invoked by Acheron |
| SDES2 EDIT LETTER |
EDITLETTER |
SDES2ENTERLETTER |
RESTRICTED |
This RPC will allow for the edit of an existing letter in the LETTER (#407.5) file. Can only be invoked by Acheron |
| SDES2 DELETE LETTER |
DELETELETTER |
SDES2ENTERLETTER |
RESTRICTED |
This RPC will allow for the deletion of an existing letter in the LETTER (#407.5) file. Can only be invoked by Acheron |
| SDES2 SEARCH LETTER |
SEARCHLETTER |
SDES2ENTERLETTER |
RESTRICTED |
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 |
| SDES2 GET DIVISION LIST |
GETDIVISIONLIST |
SDES2GETDIVLIST |
RESTRICTED |
This RPC returns a list of divisions, given the search text provided. The division list comes from the MEDICAL CENTER DIVISION (#40.8) file. This RPC can only be invoked by Acheron. |
| SDES2 EDIT TEMP ADDRESS |
EDITTEMP |
SDES2EDITTEMPADD |
RESTRICTED |
This RPC allows the activation and addition of a patient's temporary address, and it also allows the deletion and/or deactivation of a patient's temporary address. Can only be invoked by Acheron. |
| SDES2 GET LETTER TYPES |
GETLETTERTYPES |
SDES2GETLETRTYPE |
RESTRICTED |
This RPC returns all active letter types associated with letters in the LETTER (#407.5) File. Can only be invoked by Acheron. |
| SDES2 REACTIVATE CLINIC 2 |
REACTIVATECLIN |
SDES2REACTTCLIN2 |
RESTRICTED |
This RPC reactivates a clinic from the HOSPITAL LOCATION (#44) file for the IEN passed in. It will remove the leading 'ZZ' from the clinic name if it doesn't create a name conflict. Can only be invoked by Acheron |
| SDES2 CLONE CLINIC SLOTS |
CLONECLINICSLOTS |
SDES2CLONESLOTS |
RESTRICTED |
This RPC returns the cloned slots associated with the clinic. Can only be invoked by Acheron. |
| SDES2 CREATE CLINIC AVAIL 2 |
CREATE |
SDES2CRTCLNAVAL2 |
RESTRICTED |
This RPC creates availability within a clinic. Can only be invoked by Acheron. |
| SDES2 GET CLINIC CANCEL SLOTS |
CANAVAIL |
SDES2GETCLNSLOT |
RESTRICTED |
This RPC returns the cancelled slots, if any, for a given clinic for the date supplied. Can only be invoked by Acheron |
| SDES2 GET VISTA DEVICES |
DEVICES |
SDES2GETDEVICES |
RESTRICTED |
Returns a list of VistA devices. Returns a maximum of 80 devices. Can only be invoked by Acheron. |
| SDES2 REMAP CLINIC/DIVISION |
REMAP |
SDES2REMAP |
RESTRICTED |
This RPC allows remapping of clinics/divisions. Can only be invoked by Acheron. |
| SDES2 GET CLINIC BY STOP CODE |
GETCLIN |
SDES2GETCLINST |
RESTRICTED |
RPC to return clinic details by Primary Stop Code and Credit Stop Code. Also, a Boolean flag is included and if set to 1 then active and inactive clinics are returned. Can only be invoked by Acheron |
| SDES2 CREATE APPT REQ2 |
CREATEREQUEST |
SDES2CRTAPREQ2 |
RESTRICTED |
Creates new appointment request in the SDEC APPT REQUEST file (#409.85). This will return all the details of the appointment request. Can only be invoked by Acheron. |