Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: ABMDCCL

ABMDCCL.m

Go to the documentation of this file.
  1. ABMDCCL ; IHS/SD/SDR - Canceled Claims Listing ; JUN 29, 2005
  1. ;;2.6;IHS 3P BILLING SYSTEM;;NOV 12, 2009
  1. ;Original;DMJ;
  1. ;
  1. K ABM,ABMY
  1. S ABM("RTYP")=1,ABM("RTYP","NM")="BRIEF LISTING (80 Width)"
  1. S ABM("STA")="X" ;cancelled claims
  1. S ABM("DT")="C" ;by visit date
  1. S ABM("CANC")=DUZ ;cancelling official
  1. S ABM("STA","NM")="CANCELLED CLAIMS"
  1. S ABM("REASON")="CANC"
  1. ;
  1. SEL S ABM("NODX")="" D ^ABMDRSEL Q:$D(DTOUT)!$D(DUOUT)!$D(DIROUT)
  1. S ABM("HD",0)="CANCELLED CLAIMS LISTING"
  1. D ^ABMDRHD
  1. S ABMQ("RC")="COMPUTE^ABMDCCL",ABMQ("RX")="POUT^ABMDRUTL",ABMQ("NS")="ABM"
  1. S ABMQ("RP")="PRINT^ABMDCCL"_ABM("RTYP")
  1. D ^ABMDRDBQ
  1. Q
  1. ;
  1. COMPUTE ;EP - Entry Point for Setting up Data
  1. S ABM("SUBR")="ABM-CC" K ^TMP("ABM-CC",$J) S ABM("PG")=0
  1. D SLOOP
  1. Q
  1. SLOOP I $D(ABMY("DT")) D Q
  1. .S ABM("RD")=ABMY("DT",1)-1
  1. .S ABMY("DT",2)=ABMY("DT",2)+1
  1. .F S ABM("RD")=$O(^ABMCCLMS(DUZ(2),"AC",ABM("RD"))) Q:'+ABM("RD")!($P(ABM("RD"),".")>ABMY("DT",2)) D
  1. ..S ABM="" F S ABM=$O(^ABMCCLMS(DUZ(2),"AC",ABM("RD"),ABM)) Q:'ABM D DATA
  1. S ABMP=0
  1. F S ABMP=$O(^ABMCCLMS(DUZ(2),"B",ABMP)) Q:ABMP="" D
  1. .S ABM=0
  1. .F S ABM=$O(^ABMCCLMS(DUZ(2),"B",ABMP,ABM)) Q:'ABM D DATA
  1. Q
  1. ;
  1. DATA S ABMP("HIT")=0 D CANCEL^ABMDRCHK Q:'ABMP("HIT")
  1. S ABM("SORT")=$S(ABMY("SORT")="C":ABM("CL"),1:ABM("VT"))
  1. S ABM("VLOC")=$P(^DIC(4,ABM("VLOC"),0),U)
  1. S ^TMP("ABM-CC",$J,ABM("CANC"),ABM("VLOC")_U_ABM("SORT")_U_$P(^DPT(ABM("PDFN"),0),U)_U_ABM)=""
  1. S ABM("ST",ABM("VLOC"),ABM("SORT"))=$G(ABM("ST",ABM("VLOC"),ABM("SORT")))+1
  1. S $P(ABM("ST",ABM("CANC"),ABM("VLOC"),ABM("SORT")),U)=$P(+$G(ABM("ST",ABM("CANC"),ABM("VLOC"),ABM("SORT"))),U)+1
  1. Q