Related to coding solutions in the field of medicine. For example pattern recognition applied to diseases, visual diagnostic, etc.

learn more… | top users | synonyms

-4
votes
0answers
21 views

Private medical data breach by hackers [closed]

I want to do an academic study about medical data breaches by hacker. I would like to find if there are patient data retrieved by hacking from medical institutions and available online. I would also ...
0
votes
0answers
41 views

How to read <text> node values from CCDA xml file using MDHT

I am using MDHT to parse the xml values of CCDA file. But i am not able to read value Non-contributory form <text> <paragraph>Non-contributory</paragraph></text>. Consider ...
0
votes
1answer
50 views

How to crop imagedata after a registration?

This is a question about vtk program. I'm making a rigid registration between 3D MRI and 3D US image. The size of US data is much bigger than MRI. First, I take some landmarks on the same organ of ...
0
votes
0answers
16 views

are there other sofa discussion medium beside sofa-users?

is there another forum for sofa discussions outside of sofa-users mailing list? doesn't have to be a sofa specific place but at least have more people visiting and engaging on topics related to sofa ...
-2
votes
1answer
48 views

Is there any tutorials or code for implementing an electrocardiogram graph into my android app? [closed]

Hi guys I want to make an android app that takes readings from a bluetooth device and displays the results in an electrocardiogram type graph.Is there a tutorial someone has made or some code ...
0
votes
2answers
53 views

How could I know a tag's specific meaning in DICOM?

I was doing a project on dicom, and I found the DICOM Standard document(http://medical.nema.org/standard.html) is really a mess for programmers.For example when I come across a Tag(0008, 0060), I look ...
-1
votes
2answers
142 views

What is 3D DICOM file and difference 3D and 2D dicom file [closed]

Do you know how to difference between 3D DICOM file and 2D DICOM file? What is 3D DICOM file. Thank you very much
0
votes
0answers
76 views

Open source medical diagnosis system [closed]

is there any open source software for medical diagnosis like the symptom checker on www.webmd.com. I am looking for some open source medical diagnosis system which has the data and rule-sets already ...
2
votes
1answer
79 views

Tools to automate IEC 62304 and FDA standard requirements

I am looking for a free software tool (or set of tools) to automate the document generation that requires the IEC 62304 and the FDA V&V standards (Software of Medical Equipments). Basically, to ...
1
vote
0answers
78 views

How does bicubic interpolation work with MRI data?

I am trying to add slices to a stack of MRI images. I did a linear interpolation by calculating every new slice as the average of the immediate top and bottom slices. So while doing bicubic, do I just ...
0
votes
0answers
75 views

Bidirectional communication with Medical Machine “Vitros” using .Net

I have task to send Patient Information to Medical device connected via comm port, and receive the result from the machine from the same port. Machine name : Vitros ECIQ , Vitros 350 in the manual ...
0
votes
1answer
268 views

Converting Analyze (.hdr, .img) format to MetaImage (.mhd, .raw)

I am currently working on a project that requires me to segment the skin layer out of MRI-scans, clean up the image and write this to a surface file for further processing. However, I haven't got much ...
0
votes
0answers
87 views

Is Grails a good choice to develop medical webapps? [closed]

For my organization, my team is evaluating Grails. It seems good to develop portals (such as in http://grails.org/websites page) but we want to develop webapps to manage medical records. We need ...
2
votes
4answers
126 views

MISRA equivalent for medical industry?

Pretty much as the title, is there a medical industry equivalent document, standard or set of either to the auto industry's MISRA? I'm working in the area of C, but anything language agnostic would ...
0
votes
0answers
45 views

similar programs like Sofa Framework?

http://www.sofa-framework.org/ looking for other similar medical simulation software that have easier API for programming, better documentation and more active user interactive help forum. the goal ...
1
vote
1answer
105 views

Extract and save a slice from a volume with numpy

I'm trying to extract a slice from a volume using numpy. The volume is 512x512x132 and I want the slice number 66. Each voxel is an unsigned 16-bit integer. My code is: import numpy original = ...
0
votes
1answer
181 views

HL7 CDA Undefined clinical data

I recently started studying HL7 CDA r2 document, because I have some clinical data that needs to be as HL7 standards demands. My doubt is the data I have (Body Mass Index (BMI), Weight, Height,BMI ...
2
votes
0answers
57 views

How parallelize existing executable?

In the lab we have a piece of software that is used for MRI analysis, which involves a lot of data crunching. Is there a way to redistribute the load generated by the program across multiple ...
0
votes
0answers
71 views

Medical images editor

I'm looking for a lightweight picture editor component/control which supports drawing, ink and text annotations over the underlying picture (typically heart or bone schema) - something similar to Ink ...
1
vote
3answers
129 views

Disease named entity recognition

I have a bunch of text documents that describe diseases. Those documents are in most cases quite short and often only contain a single sentence. An example is given here: Primary pulmonary ...
1
vote
2answers
214 views

Reading DICOM 1.2.840.10008.1.2.4.70

I have a problem when reading DICOM file. This is the format 1.2.840.10008.1.2.4.70(Process 14 with a first-order prediction (Selection Value 1). I write my own software. Here is result of my work. ...
1
vote
1answer
56 views

Getting images off of a Sirona Galileos device

I have been tasked with trying to get to the images created by a Sirona Galileos device http://www.sirona.com/en/products/imaging-systems/galileos/, and display them on a mobile device. The mobile ...
1
vote
3answers
85 views

is it possible to code my own application with medical material?

I'm currently doing an internship in a medical laboratory They want to buy Ipad and medical device connected to it example: diabet tester http://www.ibgstar.us/ blood pressure monitoring ...
3
votes
2answers
669 views

Need DICOM dataset for 3D rendering [closed]

I am having a tough time finding datasets of DICOM for 3D rendering. Please note that I dont want just DICOM images or a set of DICOM images from differernt perspectives. Rather I want DICOM ...
0
votes
2answers
224 views

HL7 - Triggering SIUs to pull information from an EMR

I am looking for a way to pull information from EMRs using HL7. I need to get scheduling information from existing EMRs. All the information I need is inside of SIU messages. However, to my ...
2
votes
3answers
208 views

Pyparsing: extract variable length, variable content, variable whitespace substring

I need to extract Gleason scores from a flat file of prostatectomy final diagnostic write-ups. These scores always have the word Gleason and two numbers that add up to another number. Humans typed ...
0
votes
1answer
90 views

Medical dataset for annotation tool

I am developing an ontology-based annotation tool for medical texts and I'm having a little trouble finding an appropriate data set. I am using the Disease Ontology and so I need a medical data set ...
1
vote
1answer
630 views

How to draw scout/reference lines in dicom

I am a beginner to dicom development group . I need to create a localizer image line on dicom image . So, is there any good ideas . Any Geeks .
3
votes
2answers
2k views

CT-scan “DICOM” public database?

this is not a programming question....but I was looking for public dicom images for my project and i looked everywhere and did'nt find anything.. so do you have any idea where to find public CT-scan ...
2
votes
2answers
166 views

C++ library for image data acquisition and temporal pixel analysing

I am working on a project to monitor if human tissue has been fused with radio frequency during the surgery or not, therefore we are using a very fast camera (1800fps) and also laser illumination on ...
1
vote
0answers
402 views

Sensors and smartphones [closed]

can any body tell me how pressure sensors and infrared sensors work in sensor in smartphone . And is it possible to build a device like this one : ...
3
votes
1answer
169 views

3D visualization software

I have a sequence of uniformly spaced spatially separated MRI images along the Z-axis(along the body)(i.e. each image is a slice along the z axis and I have many of those images at a uniform ...
6
votes
7answers
2k views

Is OpenCV the best option for medical image processing?

I am working on a project that build a software for automatic detection of a disease by scanning fundus images. Is OpenCV the right library to go with as computer vision library (for image ...
0
votes
3answers
424 views

Medical data real-time data compression algorithm

I am looking for a robust, efficient data compression algorithm that I could use to provide a real-time transmission of medical data (primarily waveforms - heart rate, etc.). I would appreciate any ...
1
vote
1answer
87 views

Looking for Medical (FDA) approved IOC-Container

I am looking for an IOC-Container that is approved to be used in medical products without the urge to verify it within the project. Any ideas/suggestions/ressources? BR
0
votes
3answers
448 views

iphone camera application

while in graduate school for biomedical eng I developed a device we called a "vein finder". It was a simple device that was good enough for our eng school to patent. I think it would be very very ...
1
vote
2answers
1k views

How to connect ITK with VTK?

I'm reading DICOM series using itk and converting them into VTK for visualization purposes. Even though I manage to visualize DICOM series in 3 different windows with 3 different orientations (XY, XZ ...
3
votes
2answers
193 views

Pay-per-install type mechanism for iPad application?

I am a developer of an iPad application that can be used to expedite the transfer of information from patients to physicians. We are marketing to a wide variety of multispecialty adolescent clinics, ...
1
vote
1answer
520 views

Not Reading DICOM Image Series Correctly with ITK

I want to read a Series of DICOM image to convert them into a 3D image using ITK. I follow the example in the documentation: " Examples/IO/DicomSeriesReadImageWrite2.cxx" . But I am still having ...
0
votes
1answer
102 views

Tool to view Xml annotation on medical images

I have downloaded the Ct scan lung images from Lung Image Database Consortium (LIDC). With these images, I have xml annotation. Please suggest me a software to view the annotation on top of the ...
7
votes
1answer
176 views

Using Spring Hibernate in FDA regulated software [closed]

We are developing a diagnostic application using java, spring, hibernate and few other off the shelf libraries. According to FDA guidelines (and a consulting company ), open source libraries should be ...
0
votes
1answer
529 views

1D Convolution with Gaussian Kernel using

My goal is to calculate the calculation in each row of a 2D-image ( in the x-direction) After following the tip from Cory I am trying to use the ‘ConvolutionImageFilter’, and make a kernel with the ...
1
vote
3answers
881 views

java Open source projects for medical diagnose & data mining

I'm looking for some OS java engines for medical diseases diagnose . these are engines that takes queries input from user discribing patient symptoms and the engine should return suggestions of ...
6
votes
1answer
192 views

Porting java server to Android

I'm working on developing a medical records system using OpenMRS as a backend for Android. OpenMRS is dependent on some seriously heavyweight libraries, including Hibernate and Spring. "Dexing" the ...
1
vote
1answer
312 views

Create SSB (Site Specific Browser) EMR Applications

I am planning to create a Web Application (EMR) for Physicians/Nurses and other Medical folks. Since these folks are not technical, they frequently tend to stumble with basic operations of the browser ...
4
votes
0answers
512 views

HIPAA Compliancy, What do I need to know? [closed]

Ok so I would for a branding company and we're just scratching the surface of collecting pharma data. I know a bit about HIPAA com pliancy but I guess where I'm fuzzy is.. A). when collecting data ...
0
votes
1answer
371 views

Communication between iOS and OSX

I'm developing a medical record system for iOS and OSX. The idea is to have the iPad devices contain the presentation layer and just a tiny bit business layer, while the actual business layer is ...
0
votes
1answer
114 views

projecting / starting medical information app on Android

I would like to create a custom open source information management application, that I could adapt to practical needs of a psychiatrist. (and also would really like to avoid inventing the wheel). ...
0
votes
1answer
296 views

How does a Medical equipment certification process work?

Let's consider a software that generates code for embedded systems, targeted to medical applications (imaging,...). It will probably need to undergo Medical equipment certification process. I have ...
4
votes
1answer
406 views

Online medical image processing grand challenges [closed]

I'm currently working on my thesis, and I'm looking for an/some online medical image processing grand challenge(s). I already know this site but I need a challenge which has microscopic image dataset ...

1 2