Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Used in RPC |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: OOPSGUI6

Package: Asists

Routine: OOPSGUI6


Information

OOPSGUI6 ;WIOFO/LLH-RPC routines for ASISTS Gui ;9/18/01

Source Information

Source file <OOPSGUI6.m>

Entry Points

Name Comments DBIA/ICR reference
UNIGET(RESULTS) ; Returns entries in the Union table
UNIKILL(RESULTS,INPUT) ;
; Input - INPUT contains the IEN for Union to be deleted
; Output - RESULTS will contain a message indicating the record
; was successfully deleted.
UNIADD ; Files a new record in ^OOPS(2263.7
UNIEDT(RESULTS,INPUT) ; Edits the input in ^OOPS(2263.7
; Input - INPUT contains the IEN of Union to be edited or NULL if a
; new union is being added. Also has the Union Name,
; Acronym, and Representative in the format:
; IEN^UNION NAME^UNION ACRONYM^UNION REP
; Output - RESULTS contains a status message regarding the filing of
; the data
SITEPGET(RESULTS,FORM) ;
; Input - FORM = contains either a blank for 'normal' site parameter
; look ups or 'OSHA300' if for the OSHA 300A summary input
; Output - RESULTS is an array whose 0 node contains the Site
; parameter name, IEN, and District Office in the format:
; SITE NAME^DISTRICT OFFICE^SITE IEN
; Subsequent nodes starting from 1 contain Station information
; in the following format:
; STANM_U_PNM_U_PADD_U_PCTY_U_PST_U_PZIP_U_PTITLE_
; U_CHGBKCODE_U_SUB_U_STA
SITEPADD ; Creates a new Station Subfile in the Site Parameter
; File (#2262
SITEPKIL(RESULTS,INPUT) ; Deletes the Station Subfile whose IEN was passed in
; Input - INPUT contains the Site Parameter file IEN, the subfile IEN,
; and the Station IEN in the format: SIEN^SUBF^STAIEN
; Output - RESULTS contains a message with the filing status
SITEPEDT(RESULTS,INPUT,DATA,FORM) ;
; Edits the Station Subfile whose data and IEN have been passed in
; Input - INPUT contains the IEN of the Site Parameter file, subfile
; & Station IEN. If adding new station, the Station IEN
; = "". INPUT format: SITE IEN^SUBFILE IEN^STATION IEN
; DATA contains the data to be filed
; FORM is either "" or "OSHA300" to signify data for filing
; Output - RESULTS is a single value with a message regarding the
; filing status
PARMEDT(RESULTS,INPUT) ; Files changes to top level file (#2262)
; Input: INPUT - This variable contains the IEN, Site Name, and
; District Office Name to be filed in the format:
; IEN^SITE NAME^DISTRICT OFFICE
; Output: RESULTS - Results will contain a filing status message
CHGCASE(RESULTS,INPUT,FLD58) ; File Change Case Status
; Input: INPUT - IEN^STAT where IEN = the ASISTS case IEN and
; STAT = the new case status
; DELETE - Reason for Deletion, field #58, file #2260
; Output: RESULTS - Message back to client with new Case Status
CLOSE ; Close

Used in RPC

RPC Name Call Tags
OOPS CHANGE CASE STATUS CHGCASE
OOPS GET UNION UNIGET
OOPS DELETE UNION UNIKILL
OOPS PUT UNION UNIEDT
OOPS GET SITE PARAMETER SITEPGET
OOPS DELETE SITEPAR STATION SITEPKIL
OOPS EDIT SITEPAR STATION SITEPEDT
OOPS EDIT SITE PARAMETER PARMEDT

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^VA(200 - [#200] GET1^DIQ
^OOPS(2260 - [#2260] Classic Fileman Calls,  GET1^DIQ
^OOPS(2262 - [#2262] Classic Fileman Calls,  GET1^DIQ
2262.03 GET1^DIQ
^OOPS(2263.6 - [#2263.6] GET1^DIQ
^OOPS(2263.7 - [#2263.7] Classic Fileman Calls
^DIC(4 - [#4] GET1^DIQ
Info |  Source |  Entry Points |  Used in RPC |  FileMan Files Accessed Via FileMan Db Call