03-08-2007 03:52 PM
03-09-2007 02:47 PM - edited 03-09-2007 02:47 PM
DaqProblem,
LabVIEW has no native DICOM capability. Any DICOM communication would have to be done using the low level communication vi’s in LabVIEW. Once the images were retrieved, some additional logic would be necessary to get the DICOM images into an IMAQ Image type for processing. I did a quick search on Google, and came across a couple of resources for you. The DICOM Standard – This site contains a wealth of information on the DICOM file format and protocol. Medical Connections DICOMObjects Examples – This site has a lot of different DICOM code examples, written for a large variety of environments. There is actually a library written for LabVIEW about halfway down the page that was submitted by a user on the site. You may be able to start with this library and build onto your application from there. (I also attached the library to this post in case the link breaks in the future or something of that sort).Message Edited by Luke H on 03-09-2007 02:50 PM
03-09-2007 04:59 PM
03-12-2007 03:16 PM