| 1 | PSODSRC ;BHAM ISC/XAK,MJK - help text for source of supply field in drug file ; 08/20/92 9:04
 | 
|---|
| 2 |  ;;7.0;OUTPATIENT PHARMACY;;DEC 1997
 | 
|---|
| 3 | P W @IOF,!,"A two or three position code identifies the source of supply and whether",!,"the drug is stocked by the station supply division.  The first"
 | 
|---|
| 4 |  W !,"position of the code identifies source of supply.  The codes are:",!
 | 
|---|
| 5 |  F I=0:1:10 W !?10,I,?20,$E($T(D+I+1),4,99)
 | 
|---|
| 6 |  W !,"The second position of the code indicates whether the item is",!,"or is not available from supply warehouse stock.  The codes are:",!
 | 
|---|
| 7 |  W !?10,"P",?20,"POSTED STOCK",!?10,"U",?20,"UNPOSTED",!?10,"M",?20,"BULK COMPOUND"
 | 
|---|
| 8 |  W !,"*  USE CODE 0 ONLY WITH SECOND POSITION M."
 | 
|---|
| 9 | D ;;DESCRIPTION MEANINGS
 | 
|---|
| 10 |  ;;BULK COMPOUND ITEMS *
 | 
|---|
| 11 |  ;;VA SERVICING SUPPLY DEPOT
 | 
|---|
| 12 |  ;;OPEN MARKET
 | 
|---|
| 13 |  ;;GSA STORES DEPOT
 | 
|---|
| 14 |  ;;VA DECENTRALIZED CONTRACTS
 | 
|---|
| 15 |  ;;FEDERAL PRISON INDUSTRIES, INC.
 | 
|---|
| 16 |  ;;FEDERAL SUPPLY SCHEDULES
 | 
|---|
| 17 |  ;;VA SUPPLY DEPOT, HINES
 | 
|---|
| 18 |  ;;VA SUPPLY DEPOT, SOMERVILLE
 | 
|---|
| 19 |  ;;APPROPRIATE MARKETING DIVISION
 | 
|---|
| 20 |  ;;VA SUPPLY DEPOT, BELL
 | 
|---|