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

ABME5ST.m

Go to the documentation of this file.
  1. ABME5ST ; IHS/ASDST/DMJ - 837 ST Segment (Transaction Set Header) ;
  1. ;;2.6;IHS Third Party Billing System;**6,8**;NOV 12, 2009
  1. ;Original;DMJ;07/08/96
  1. ;
  1. START ;START HERE
  1. K ABMREC("ST"),ABMR("ST")
  1. S ABMSTOT=1
  1. S ABME("RTYPE")="ST"
  1. D LOOP
  1. K ABME,ABM
  1. Q
  1. LOOP ;LOOP HERE
  1. F I=10:10:40 D
  1. .D @I
  1. .I $D(^ABMEXLM("AA",+$G(ABMP("INS")),+$G(ABMP("EXP")),ABME("RTYPE"),I)) D @(^(I))
  1. .I $G(ABMREC("ST"))'="" S ABMREC("ST")=ABMREC("ST")_"*"
  1. .S ABMREC("ST")=$G(ABMREC("ST"))_ABMR("ST",I)
  1. Q
  1. 10 ;segment
  1. S ABMR("ST",10)="ST"
  1. Q
  1. 20 ;ST01 - Transaction Set Identifier Code
  1. S ABMR("ST",20)=837
  1. Q
  1. 30 ;ST02 - Transaction Set Control Number
  1. S ABMR("ST",30)=$$FMT^ABMERUTL(ABMER("CNT"),"4NR")
  1. Q
  1. 40 ;ST03 - Implementation Convention Reference
  1. ;S ABMR("ST",40)="005010X222A1" ;abm*2.6*8 5010
  1. S:ABMP("EXP")=32 ABMR("ST",40)="005010X222A1" ;abm*2.6*8 5010
  1. S:ABMP("EXP")=31 ABMR("ST",40)="005010X223A2" ;abm*2.6*8 5010
  1. S:ABMP("EXP")=33 ABMR("ST",40)="005010X224A2" ;abm*2.6*8 5010
  1. Q