#1
|
|||
|
|||
![]()
Is there a way to dynamically build a portion of the outbound template?
Say for example I have 5 dx segments but only 2 dx segments are populated, to only output 2 lines: <Dx Code="${dx1}" Pos="1"/> <Dx Code="${dx2}" Pos="2"/> Rather than have the 5 dx lines and wastefully fill in blanks if nothing is sent. Dx code is part of a larger template: Code:
<NPI ID="${ID}" MedRecNo="${mrn}" AcctNo="${acctno}" <Dx Code="${dx1}" Pos="1"/> <Dx Code="${dx2}" Pos="2"/> <Dx Code="${dx3}" Pos="3"/> <Dx Code="${dx4}" Pos="4"/> <Dx Code="${dx5}" Pos="5"/> </NPI> Code:
<NPI ID="1234}" MedRecNo="abc123" AcctNo="xyz789" <Dx Code="val1" Pos="1"/> <Dx Code="val2" Pos="2"/> </NPI> Code:
<NPI ID="1234}" MedRecNo="abc123" AcctNo="xyz789" <Dx Code="val1" Pos="1"/> <Dx Code="val2" Pos="2"/> <Dx Code="" Pos="3"/> <Dx Code="" Pos="4"/> <Dx Code="" Pos="5"/> </NPI> |
![]() |
Thread Tools | |
Display Modes | |
|
|