You are on page 1of 1

//////////////////////////

#prescription list
EXEC [rx].[sp_vw_order_v7]
@enccode = N'000004096813105/30/202222:00:53',
@stat = N'',
@supply = N''

/////////////////////////
#deactivate prescription
update webapp.dbo.prescription_data
set stat = 'I'
where id = :presc_data_id ;
commit;

////////////////////////
#PB7 Pharma Module
w_pharma_trans
dw_pharma_rx_issued_detail
wf_charge
/////////////////////////
#Monthly Purchases
vw_pharm_delivery

#Monthly Issuances

#RIS OPD and Satellite from Warehouse

You might also like