One of the OBX5 segments contains a link to images in his system in the format: \pentaxserver2endoproactim 090ABC123001.003a*.jpg.
Note that the file name is “a*.jpg”. I have a proc that I pass the link to and I can retrieve all the appropriate file names such as aimage1.jpg, aimage2.jpg, etc. and place the file names into a list.
So now I have a list of all the file names I need and need to create a separate OBX for each file name:
OBX|1|RP|COL^^EndoPro||file:\pentaxserver2endoproactim 090ABC123001.003AIMAGE001.JPG
OBX|2|RP|COL^^EndoPro||file:\pentaxserver2endoproactim 090ABC123001.003AIMAGE002.JPG
How can I accomplish this? All I have is a list of the file names….I have nothing to loop on.
Hope this makes sense and I appreciate any assistance you can offer.
-Carl