- This topic has 12 replies, 5 voices, and was last updated 12 years, 4 months ago by .
-
Topic
-
I have a source order message that has OBR 13 set to a string of codes separated by comas. What I need to do is for each of the codes is create a new DG1 segment Example
MSH
..
OBR ||||||||789.00,790,11,791.22|||||
NTE
NTE
I need to convert this too.
MSH
.
.
OBR ||||||||||||||||
DG1|1||789.00
DG1|2||790.11
DG1|3||791.22
I know I can do this in a tcl procedure. But I would like to do this within the translation.
Can it be done? I have tried several different things with the iteration. Each time I have met with no success.
Viewing 11 reply threads
Viewing 11 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.