Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 131.711

Package: Surgery

OPERATING ROOM(#131.7)-->131.711

Sub-Field: 131.711


Information

Parent File Name Number Package
OPERATING ROOM(#131.7) NORMAL DAILY SCHEDULE 131.711 Surgery

Details

Field # Name Loc Type Details
.01 DAY OF THE WEEK 0;1 SET
  • '0' FOR SUNDAY;
  • '1' FOR MONDAY;
  • '2' FOR TUESDAY;
  • '3' FOR WEDNESDAY;
  • '4' FOR THURSDAY;
  • '5' FOR FRIDAY;
  • '6' FOR SATURDAY;

  • LAST EDITED:  MAY 18, 1992
  • HELP-PROMPT:  Enter the day of week as a numeric from 0 to 6, where 0 means Sunday and 6 means Saturday.
  • DESCRIPTION:  This is the day of the week (Sunday, Monday, Tuesday, etc.). Each day of the week will have a start time and end time associated with it for each operating room if using a normal daily schedule. If the room is not used
    on the selected day of the week, you can "flag" it as inactive.
  • CROSS-REFERENCE:  131.711^B
    1)= S ^SRS(DA(1),4,"B",$E(X,1,30),DA)=""
    2)= K ^SRS(DA(1),4,"B",$E(X,1,30),DA)
1 NORMAL START TIME 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>5!($L(X)<5)!'(X?2N1":"2N)!($P(X,":")>23)!($P(X,":",2)>59) X Q:'$D(X) S X=$E(X,1,2)_$E(X,4,5)
  • OUTPUT TRANSFORM:  S:$L(Y) Y=$E(Y,1,2)_":"_$E(Y,3,4)
  • LAST EDITED:  NOV 04, 1992
  • HELP-PROMPT:  Enter the usual time (00:00 to 23:59) at which this operating room is scheduled for use.
  • DESCRIPTION:  This is the usual time of day when this operating room goes into use. This entry must be in military time format with leading zeros. For example, a time of 7:00 AM MUST be entered in the format 07:00. The time 7:00 PM
    would be entered 19:00. If this operating room is not normally scheduled for use on this day, leave this field blank.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
2 NORMAL END TIME 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>5!($L(X)<5)!'(X?2N1":"2N)!($P(X,":")>23)!($P(X,":",2)>59) X Q:'$D(X) S X=$E(X,1,2)_$E(X,4,5)
  • OUTPUT TRANSFORM:  S:$L(Y) Y=$E(Y,1,2)_":"_$E(Y,3,4)
  • LAST EDITED:  NOV 04, 1992
  • HELP-PROMPT:  Enter the usual time (00:00 to 23:59) after which this operating room is not scheduled for use.
  • DESCRIPTION:  This is the usual time of day after which this operating room is not scheduled for use. This entry must be in military time format with leading zeros. For example, a time of 7:00 PM MUST be entered in the format 07:00.
    The time 7:00 PM would be entered 19:00. If this operating room is not normally scheduled for use on this day of the week, leave this field blank.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
3 INACTIVE (Y/N) 0;4 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  MAY 20, 1992
  • HELP-PROMPT:  Enter 'YES' if this operating room is inactive on this day of the week.
  • DESCRIPTION:  If this operating room is normally inactive on this day of the week, enter 'YES'. If this operating room is normally active on this day of the week, enter 'NO' or leave blank. This field is used in determining the
    utilization of this operating room.
Info |  Details