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: 57.63

Package: Inpatient Medications

UNIT DOSE PICK LIST STATS(#57.6)-->57.61-->57.62-->57.63

Sub-Field: 57.63


Information

Parent File Name Number Package
57.62 DRUG 57.63 Inpatient Medications

Details

Field # Name Loc Type Details
.01 DRUG 0;1 POINTER TO DRUG FILE (#50) DRUG(#50)

  • INPUT TRANSFORM:  S DINUM=X
  • LAST EDITED:  DEC 13, 1990
  • DESCRIPTION:  
    This field should contain the drug dispensed or returned.
    WRITE AUTHORITY: ^
  • GROUP:  PSJU
    UNEDITABLE
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
1 DISPENSED AMOUNT 0;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>1000000)!(X<0)!(X?.E1"."3N.N) X
  • LAST EDITED:  DEC 22, 1986
  • HELP-PROMPT:  Enter a number between 0 and 1000000.
  • DESCRIPTION:  This field contains the cumulative dispensed amount for the drug entered. This field is updated when PRE-EXCHANGE UNITS and EXTRA UNITS DISPENSED are entered for an order, and when PICK LISTS are filed away.
    Please note that any negative amounts entered into the aforementioned fields, the amount will be added to the RETURNED AMOUNT field.
    WRITE AUTHORITY: ^
  • GROUP:  PSJU
    UNEDITABLE
2 DISPENSED COST 0;3 NUMBER

  • INPUT TRANSFORM:  S:X["$" X=$P(X,"$",2) K:+X'=X&(X'?.N1"."2N)!(X>10000000)!(X<0) X
  • LAST EDITED:  DEC 22, 1986
  • HELP-PROMPT:  Enter a number between 0 and 10000000.
  • DESCRIPTION:  This field contains the cumulative dispensed cost for the drug entered. This field is updated when the DISPENSED AMOUNT field is updated, using that amount multiplied by the PRICE PER DISPENSED UNIT for the drug
    from the DRUG file.
    WRITE AUTHORITY: ^
  • GROUP:  PSJU
    UNEDITABLE
3 RETURNED AMOUNT 0;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>1000000)!(X<0)!(X?.E1"."3N.N) X
  • LAST EDITED:  DEC 22, 1986
  • HELP-PROMPT:  Enter a number between 0 and 1000000.
  • DESCRIPTION:  This field contains the cumulative returned amount (in units) for the drug entered. This field is updated when RETURNS are entered for an order. Please note that a negative amount entered as RETURNS is added to
    the DISPENSED AMOUNT in this file.
    WRITE AUTHORITY: ^
  • GROUP:  PSJU
    UNEDITABLE
4 RETURNED COST 0;5 NUMBER

  • INPUT TRANSFORM:  S:X["$" X=$P(X,"$",2) K:+X'=X&(X'?.N1"."2N)!(X>10000000)!(X<0) X
  • LAST EDITED:  DEC 22, 1986
  • HELP-PROMPT:  Enter a number between 0 and 10000000.
  • DESCRIPTION:  This field contains the cumulative returned cost for the drug entered. This field is updated when the RETURNED AMOUNT is updated, by multiplying the amount returned by the PRICE PER DISPENSE UNIT found in the DRUG
    file for the drug entered.
    WRITE AUTHORITY: ^
  • GROUP:  PSJU
    UNEDITABLE
Info |  Details