DINIT27H ;SFISC/DPC -FOREIGN FORMAT DELIMITED ;11/30/92 3:51 PM
;;22.2;VA FileMan;;Jan 05, 2016;Build 42
;;Per VA Directive 6402, this routine should not be modified.
;;Submitted to OSEHRA 5 January 2015 by the VISTA Expertise Network.
;;Based on Medsphere Systems Corporation's MSC FileMan 1051.
;;Licensed under the terms of the Apache License, Version 2.0.
;
F I=1:2 S X=$T(ENTRY+I) G:X="" ^DINIT27I S Y=$E($T(ENTRY+I+1),5,999),X=$E(X,4,999),@X=Y
Q
ENTRY ;
;;^DIST(.44,.998,0)
;;=USER DEFINED (DELIMITED)^ASK^ask^^^^^0^1^^^1
;;^DIST(.44,.998,3,0)
;;=^^3^3^2921120^
;;^DIST(.44,.998,3,1,0)
;;=User will be prompted for field and record delimiters and for the maximum
;;^DIST(.44,.998,3,2,0)
;;=length of an exported record. A field delimiter is mandatory; a record
;;^DIST(.44,.998,3,3,0)
;;=delimiter is optional.
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HDINIT27H 857 printed Dec 13, 2024@02:51:06 Page 2
DINIT27H ;SFISC/DPC -FOREIGN FORMAT DELIMITED ;11/30/92 3:51 PM
+1 ;;22.2;VA FileMan;;Jan 05, 2016;Build 42
+2 ;;Per VA Directive 6402, this routine should not be modified.
+3 ;;Submitted to OSEHRA 5 January 2015 by the VISTA Expertise Network.
+4 ;;Based on Medsphere Systems Corporation's MSC FileMan 1051.
+5 ;;Licensed under the terms of the Apache License, Version 2.0.
+6 ;
+7 FOR I=1:2
SET X=$TEXT(ENTRY+I)
if X=""
GOTO ^DINIT27I
SET Y=$EXTRACT($TEXT(ENTRY+I+1),5,999)
SET X=$EXTRACT(X,4,999)
SET @X=Y
+8 QUIT
ENTRY ;
+1 ;;^DIST(.44,.998,0)
+2 ;;=USER DEFINED (DELIMITED)^ASK^ask^^^^^0^1^^^1
+3 ;;^DIST(.44,.998,3,0)
+4 ;;=^^3^3^2921120^
+5 ;;^DIST(.44,.998,3,1,0)
+6 ;;=User will be prompted for field and record delimiters and for the maximum
+7 ;;^DIST(.44,.998,3,2,0)
+8 ;;=length of an exported record. A field delimiter is mandatory; a record
+9 ;;^DIST(.44,.998,3,3,0)
+10 ;;=delimiter is optional.