Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All
Print Page as PDF
Global: ^ACK(509850.3

Package: Quasar

Global: ^ACK(509850.3


Information

FileMan FileNo FileMan Filename Package
509850.3 A&SP STAFF Quasar

Description

Directly Accessed By Routines, Total: 18

Package Total Routines
Quasar 18 ACKQAS CLINICIAN EDIT    ACKQAS ENTER/EDIT MODIFIERS    ACKQAS3    ACKQASU4    ACKQCLED    ACKQCP    ACKQCPL    ACKQDWB
ACKQENV    ACKQFIL    ACKQIPS1    ACKQP17    ACKQRU    ACKQUTL    ACKQUTL6    ACKQUTL9
ACKQWB    ^ACK(509850.3    

Accessed By FileMan Db Calls, Total: 7

Package Total Routines
Quasar 7 ACKQASU4    ACKQASU6    ACKQCLED    ACKQIPS1    ACKQP17    ACKQUTL4    ACKQUTL6    

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
Quasar 1 A&SP CLINIC VISIT(#509850.6)[.25.27678#509850.61(.05)#509850.615(.05)#509850.63(.14)#509850.66(.01)]    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Kernel 1 NEW PERSON(#200)[.07]    

Fields, Total: 7

Field # Name Loc Type Details
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  DEC 13, 2007
  • HELP-PROMPT:  Answer must be 1-30 characters in length
  • DESCRIPTION:  The NAME field contains the name of the clinician, fee basis clinician, other provider (e.g., health technician), or student providing direct care in the clinic. New names can be added to the A&SP STAFF file at any time.
    However, staff names should NEVER be deleted.
  • LAYGO TEST:  1,0)= D:'$D(ACKLAYGO) EN^DDIOL("Input should take place ONLY through the QUASAR menu options.","","!!?5") I $D(ACKLAYGO)
    WRITE AUTHORITY: ^
  • CROSS-REFERENCE:  509850.3^B
    1)= S ^ACK(509850.3,"B",$E(X,1,30),DA)=""
    2)= K ^ACK(509850.3,"B",$E(X,1,30),DA)
.02 STATUS 0;2 SET
  • 'S' FOR STUDENT;
  • 'C' FOR CLINICIAN;
  • 'F' FOR FEE BASIS CLINICIAN;
  • 'O' FOR OTHER PROVIDER;

  • LAST EDITED:  OCT 25, 2007
  • HELP-PROMPT:  Enter the staff member's status.
  • DESCRIPTION:  
    STATUS identifies the position of the individual in the NAME field as a clinician, fee basis clinician, other provider (e.g., health technician), or student.
    WRITE AUTHORITY: ^
.03 ACTIVATION DATE 0;3 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S:'$$ADATE^ACKQUTL6(D0,Y) Y=0 S X=Y K:Y<1 X
  • LAST EDITED:  OCT 25, 2007
  • HELP-PROMPT:  Enter the date this person became actively associated with A&SP clinic visits. Activation date must be before Inactivation date.
  • DESCRIPTION:  
    ACTIVATION DATE is the earliest date that this individual is to be associated with A&SP clinic visits. You can enter EOD date or initial QUASAR activation date.
    WRITE AUTHORITY: ^
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.04 INACTIVATION DATE 0;4 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S:'$$IDATE^ACKQUTL6(D0,Y) Y=0 S X=Y K:Y<1 X
  • LAST EDITED:  OCT 25, 2007
  • HELP-PROMPT:  Enter the date this person was inactivated. Inactivation date must be after the Activation date.
  • DESCRIPTION:  
    INACTIVATION DATE is the date when this individual is no longer associated with A&SP clinic visits. You can enter the employee's termination date.
    WRITE AUTHORITY: ^
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.05 ID NUMBER 0;5 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S X=+X,X=$E("0000",1,4-$L(X))_X K:X'?4N X I $D(X) S X1=$O(^ACK(509850.3,"C",X,0)) I X1 D EN^DDIOL("But "_X_" is already used by "_$$CONVERT^ACKQUTL4(X1),"","!") K X
  • LAST EDITED:  DEC 27, 2007
  • HELP-PROMPT:  Your answer must be unique and 4 characters in length.
  • DESCRIPTION:  
    The ID NUMBER field is used at stations that use code numbers in lieu of provider names. QUASAR provides a sequential default number staring with 0001, but any unique four digit number is accepted.
  • EXECUTABLE HELP:  S ACK=$G(^ACK(509850.3,"ALID"))+1 D EN^DDIOL("The next available ID NUMBER is "_$E("0000",1,4-$L(ACK))_ACK_".","","!?5")
    WRITE AUTHORITY: ^
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  509850.3^ALID^MUMPS
    1)= D STAFFNO^ACKQUTL6(X)
    2)= Q
    3)= DO NOT DELETE!
    This cross-reference stores the highest used ID NUMBER.
  • CROSS-REFERENCE:  509850.3^C
    1)= S ^ACK(509850.3,"C",$E(X,1,30),DA)=""
    2)= K ^ACK(509850.3,"C",$E(X,1,30),DA)
    3)= DO NOT DELETE!
    This cross-reference allows lookup of A&SP staff by the ID NUMBER field.
.06 SUPERVISOR 0;6 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  DEC 27, 2007
  • HELP-PROMPT:  Answer YES or NO.
  • DESCRIPTION:  The SUPERVISOR field determines whether or not this staff member is a supervisor. Supervisors have access to certain functions within the QUASAR package that is not available to other staff members, such as C&P exam
    adequation of exams performed by other clinicians. Non-supervisory clinicians can only adequate their own exams.
    WRITE AUTHORITY: ^
.07 STAFF MEMBER 1;1 POINTER TO NEW PERSON FILE (#200)
************************REQUIRED FIELD************************
NEW PERSON(#200)

  • LAST EDITED:  DEC 13, 2007
  • HELP-PROMPT:  THIS SHOULD NOT BE SET BY USERS
  • DESCRIPTION:  
    This field contains a pointer to the NEW PERSON file (#200) to ensure that the NAME field (#.01) in the A&SP STAFF file (#509850.3) correctly corresponds to the NAME field (#.01) in the NEW PERSON file (#200).
    WRITE AUTHORITY: ^

External References

Name Field # of Occurrence
^%DT .03+1, .04+1
$$CONVERT^ACKQUTL4 .05+1
$$ADATE^ACKQUTL6 .03+1
$$IDATE^ACKQUTL6 .04+1
STAFFNO^ACKQUTL6 .05(XREF 1S)
EN^DDIOL .01LAYGO1+1, .05+1, .05(HELP )

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^ACK(509850.3 - [#509850.3] .01(XREF 1S), .01(XREF 1K), .05+1, .05(HELP ), .05(XREF 2S), .05(XREF 2K)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT .03+1*, .04+1*
>> ACK .05(HELP )
>> ACKLAYGO .01LAYGO1+1
>> D0 .03+1, .04+1
>> DA .01(XREF 1S), .01(XREF 1K), .05(XREF 2S), .05(XREF 2K)
X .01+1!, .01(XREF 1S), .01(XREF 1K), .03+1*!, .04+1*!, .05+1*!, .05(XREF 1S), .05(XREF 2S), .05(XREF 2K)
>> X1 .05+1*
>> Y .03+1*, .04+1*
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All