Mark IV
01-24-2003, 00:49
Hi All,
I am trying to map X12_4010_997 document data to X12 3020 and 3010 versions of 997.
While doing this I noticed that the error codes arent all backward compatible.
Eg. AK304 in 4010 has valid choice values from 1 to 8. Whereas the other 2 versions only accept values 1 to 7 !
So now when I am doing such a mapping I would like to replace missing error codes with existing codes which would convey the same meaning.
Like ..
If Segment = AK304 and ErrorCode > 7 Then
ErrorCode = 7 (or any appropriate value).
I am having trouble deciding the conversion rule for these error codes. Can anyone help me with this approach or suggest something better ?
Are there sites where i can find the detailed explanation for each segment in various 997 versions. 4010 is readily available but am unable to locate the same for 3010 and 3020 versions.
Thanks in advance !
Mark IV
I am trying to map X12_4010_997 document data to X12 3020 and 3010 versions of 997.
While doing this I noticed that the error codes arent all backward compatible.
Eg. AK304 in 4010 has valid choice values from 1 to 8. Whereas the other 2 versions only accept values 1 to 7 !
So now when I am doing such a mapping I would like to replace missing error codes with existing codes which would convey the same meaning.
Like ..
If Segment = AK304 and ErrorCode > 7 Then
ErrorCode = 7 (or any appropriate value).
I am having trouble deciding the conversion rule for these error codes. Can anyone help me with this approach or suggest something better ?
Are there sites where i can find the detailed explanation for each segment in various 997 versions. 4010 is readily available but am unable to locate the same for 3010 and 3020 versions.
Thanks in advance !
Mark IV