Trying to yank the data off the HI segment. Specifically, I'm trying to get the DRG right now, but I'm gonna have to pull the rest of the HI coding as my next step.
The line is HI*DR:189~.
How do you pull the 189 value from this using javascript?
Is there something different about pulling the values after the colon? I originally tried segment['HI.02']['HI.02.1'] but that's not right.
Suggestions?
Thanks.
Mike
The line is HI*DR:189~.
How do you pull the 189 value from this using javascript?
Is there something different about pulling the values after the colon? I originally tried segment['HI.02']['HI.02.1'] but that's not right.
Suggestions?
Thanks.
Mike
Comment