- DINIT27I ;SFISC/DPC-FOREIGN FORMAT USER FIXED ;2/26/93 10:57 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="" ^DINIT27J S Y=$E($T(ENTRY+I+1),5,999),X=$E(X,4,999),@X=Y
- Q
- ENTRY ;
- ;;^DIST(.44,.999,0)
- ;;=USER DEFINED (FIXED LENGTH)^^^^^1^^0^1^^^1
- ;;^DIST(.44,.999,3,0)
- ;;=^^2^2^2921120^
- ;;^DIST(.44,.999,3,1,0)
- ;;=The export will consist of fixed length records. User will be prompted
- ;;^DIST(.44,.999,3,2,0)
- ;;=for the length of each field and for the maximum record length.
- ;;^DIST(.44,.999,4,0)
- ;;=^^4^4^2921120^
- ;;^DIST(.44,.999,4,1,0)
- ;;=The user-supplied maximum record length must be greater than the sum of
- ;;^DIST(.44,.999,4,2,0)
- ;;=the lengths of all the exported fields. Date values will not be
- ;;^DIST(.44,.999,4,3,0)
- ;;=truncated; the record length must be at least 11 characters to hold the VA
- ;;^DIST(.44,.999,4,4,0)
- ;;=FileMan external form of the date.
- ;;^DIST(.44,.999,5,0)
- ;;=^.441^^
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HDINIT27I 1243 printed Feb 19, 2025@00:17:22 Page 2
- DINIT27I ;SFISC/DPC-FOREIGN FORMAT USER FIXED ;2/26/93 10:57 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 ^DINIT27J
- SET Y=$EXTRACT($TEXT(ENTRY+I+1),5,999)
- SET X=$EXTRACT(X,4,999)
- SET @X=Y
- +8 QUIT
- ENTRY ;
- +1 ;;^DIST(.44,.999,0)
- +2 ;;=USER DEFINED (FIXED LENGTH)^^^^^1^^0^1^^^1
- +3 ;;^DIST(.44,.999,3,0)
- +4 ;;=^^2^2^2921120^
- +5 ;;^DIST(.44,.999,3,1,0)
- +6 ;;=The export will consist of fixed length records. User will be prompted
- +7 ;;^DIST(.44,.999,3,2,0)
- +8 ;;=for the length of each field and for the maximum record length.
- +9 ;;^DIST(.44,.999,4,0)
- +10 ;;=^^4^4^2921120^
- +11 ;;^DIST(.44,.999,4,1,0)
- +12 ;;=The user-supplied maximum record length must be greater than the sum of
- +13 ;;^DIST(.44,.999,4,2,0)
- +14 ;;=the lengths of all the exported fields. Date values will not be
- +15 ;;^DIST(.44,.999,4,3,0)
- +16 ;;=truncated; the record length must be at least 11 characters to hold the VA
- +17 ;;^DIST(.44,.999,4,4,0)
- +18 ;;=FileMan external form of the date.
- +19 ;;^DIST(.44,.999,5,0)
- +20 ;;=^.441^^