As described in Creating a Link to an Imago Image it is possible to create URL fields that will link to a particular image in Imago. You can use the acQuire Derived Field capabilities to generate this link dynamically so you can either:
- Export the link to a third party application
- Launch the image from GIM Suite
Follow these simple steps to create a derived field:
Create a derived field in any compound definition you wish to link (Assays, Geology) in GIM Suite with the following logic:
'https://portal.imago.live/api/display?de='+{HOLEID}+'&ds=Downhole&im=Wet&dp='+convert(varchar,{GEOLFROM})
Note: you must use the corresponding Data Series (ds=Downhole) and Image Type (im=Wet) corresponding to your dataset.
On a form that has imagery corresponding to it right click and use the Launch Document option to display the image.
Comments
0 comments
Please sign in to leave a comment.