HELP-PROMPT: ENTER SERVICE PATIENT IS TRANSFERRED TO WHENEVER INPATIENT ORDERS ARE TO BE CANCELLED.
DESCRIPTION:
Whenever a patient is transferred from the previously selected "From Service" to a service selected here as a "To Service", the patient's IV and Unit Dose orders are cancelled.
EXECUTABLE HELP: D PSYS2^PSSDDUT2
CROSS-REFERENCE: 59.7231^B
1)= S ^PS(59.7,DA(2),23,DA(1),1,"B",$E(X,1,30),DA)=""
2)= K ^PS(59.7,DA(2),23,DA(1),1,"B",$E(X,1,30),DA)
The AFT x-ref is used by Inpatient to determine if the patient's orders should be cancelled when the patient is transferred. It is in the form of: ^PS(59.7,site name,22,"AFT",from ward,to ward)
CROSS-REFERENCE: 59.723^AFT^MUMPS
1)= I $D(^PS(59.7,DA(2),23,DA(1),0)),$P(^(0),"^")]"" S ^PS(59.7,DA(2),23,"AFT",$P(^(0),"^"),X)=""
2)= I $D(^PS(59.7,DA(2),23,DA(1),0)),$P(^(0),"^")]"" K ^PS(59.7,DA(2),23,"AFT",$P(^(0),"^"),X)
3)= NEEDED BY THE INPATIENT ADT INTERFACE
Used by Inpatient to determine a patient's orders should be cancelled when the patient is transferred between services. It is in the form of: ^PS(55,site name,23,"AFT",from service,to service")