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

ABMER91.m

Go to the documentation of this file.
ABMER91 ; IHS/ASDST/DMJ - UB92 EMC RECORD 91 (Remarks) ; 
 ;;2.6;IHS 3P BILLING SYSTEM;;NOV 12, 2009
 ;Original;DMJ;
START ;START HERE
 K ABMR(91),ABMREC(91)
 S ABME("RTYPE")=91
 D SET^ABMERUTL,LOOP
 K ABM,ABME
 Q
LOOP ;LOOP HERE
 F I=10:10:50 D
 .D @I
 .I $D(^ABMEXLM("AA",+$G(ABMP("INS")),+$G(ABMP("EXP")),91,I)) D @(^(I))
 .I '$G(ABMP("NOFMT")) S ABMREC(91)=$G(ABMREC(91))_ABMR(91,I)
 Q
10 ;Record type
 S ABMR(91,10)=91
 Q
20 ;Filler (National Use)
 S ABMR(91,20)=""
 S ABMR(91,20)=$$FMT^ABMERUTL(ABMR(91,20),2)
 Q
30 ;Patient Control Number, (SOURCE: FILE=9000001.41,FIELD=.02)
 S ABMR(91,30)=$$EX^ABMER20(30,ABMP("BDFN"))
 S ABMR(91,30)=$$FMT^ABMERUTL(ABMR(91,30),20)
 Q
40 ;Remarks (SOURCE: FILE=9002274.4, FIELD=)
 S ABMR(91,40)=""
 S ABMR(91,40)=$$FMT^ABMERUTL(ABMR(91,40),82)
 Q
50 ;Filler (National Use)
 S ABMR(91,50)=""
 S ABMR(91,50)=$$FMT^ABMERUTL(ABMR(91,50),86)
 Q