medical Questions

6

I have a segmentation image of CT scan (only 1 and 0 values). I use the function "label" from skimage.measure to get a ndarray of the connected component. Now I need to get only the largest connect...
Hillinck asked 28/11, 2017 at 21:6

1

I want to use Hausdorff Distance as a metric for training, but I just found the Weighted_Hausdorff_loss and used it as a metric for medical image segmentation. import math import numpy as np import...
Limey asked 19/5, 2020 at 18:5

3

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, t...

3

For my application, I want to interpolate between two images(CT to PET). Therefore I map between them like that: [X,Y,Z] = ndgrid(linspace(1,size(imagedata_ct,1),size_pet(1)),... linspace(1,size...
Orientate asked 19/5, 2016 at 12:11

5

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 hyper...

0

Looking for reference code, preferably in python for generating an XRAY from CT. This should model as much of the following factors: Attenuation (LUT) Focal point XRay beam shape and angle XRay...
Reiss asked 1/1, 2018 at 23:8

2

I'm trying to plot how a single drug has been prescribed in the hospital. In this dummy database I have 1000 patient encounters after 2017/01/01. The goal of plotting is to see the pattern of adm...
Ammadis asked 21/10, 2017 at 11:42

1

Solved

We have medications listed in our medical system. They are mapped to RxNorm ids. We want to migrate to Snomed. Is there a way to match RxNorm ids to Snomed concept ids? Perhaps there is a databas...
Jihad asked 16/5, 2017 at 18:30

8

Solved

I am researching about electronic health records (EHR). OpenEHR seems to be quite extended and appreciated in this field, as it is widely adopted. However, I fail to find how it is used. I mean, I ...
Deficiency asked 22/8, 2014 at 14:10

2

Solved

I have a set of fMRI images. One group has a dimensionality of 90 x 60 x 12 x 350 with voxel dimension 1 x 1 x 1 mm (350 volumes). The other group has a dimensionality of 80 x 35 x 12 x 350 w...
Bencher asked 26/5, 2015 at 13:27

2

Solved

I have a radiograph .img file without the header file. However, the researchers who have published the file have given this information about it High resolution (2048 × 2048 matrix size, 0.175mm p...
Inquisitorial asked 5/10, 2015 at 10:33

5

Solved

I am working on HCUP data and this has range of values in one single column that needs to be split into multiple columns. Below is the HCUP data frame for reference : code label 61000-61003 excisi...
Labaw asked 13/10, 2015 at 21:50

2

Solved

Hi to everybody! At this moment I'm studying some concepts of the OpenEHR model: archetypes, ADL and templates. I found some documentation for the first two concepts (archetypes and ADL). I've dow...
Fever asked 23/10, 2014 at 11:50

2

Solved

I have a radiograph .img file without the header file. However, the researchers who have published the file have given this information about it High resolution (2048 x 2048 matrix size, 0.175mm p...
Geraldina asked 17/4, 2014 at 18:54

4

Solved

I am looking for a complete list of ICD-9 Codes (Medical Codes) for Diseases and Procedures in a format that can be imported into a database and referenced programmatically. My question is ba...
Whitver asked 6/9, 2010 at 19:13

6

Solved

We have been asked by a client to incorporate ICD-9 codes into a system. I'm looking for a good resource to get a complete listing of codes and descriptions that will end up in a SQL databas...
Kenosis asked 5/10, 2009 at 13:59

9

Solved

A few associates and myself are starting an EMR project (Electronic Medical Records). I have heard talk in the past - and more so lately - about a standard record format - to facilitate the transfe...
Brabazon asked 17/6, 2009 at 18:48

2

Solved

While posting a comment recently, I found myself remarking that, in my experience, Boost is not widely used in regulated industries (FDA, FAA). In fact, I don't know of any project that uses it or ...
Flax asked 21/12, 2013 at 0:23

4

Solved

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 agnosti...
Anode asked 5/12, 2012 at 13:4

1

Solved

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 .
Laplante asked 20/4, 2012 at 6:2

1

Solved

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" th...
Carbazole asked 6/9, 2011 at 0:50

4

Solved

I'm doing research on coding requirements for medical applications but I can't find anything useful/structured. Basically I'm looking for structured (if possible XML file) document with the l...
Spitz asked 16/4, 2009 at 16:7

0

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 collectin...
Humanize asked 12/5, 2011 at 15:25

2

Solved

I have looked at some of the DICOM standard and the Wikipedia page (and all DICOM topics on SO) but without really digging into the file structure doc (ugh), I'm left confused what exactly is store...
Dustidustie asked 13/12, 2010 at 17:19

4

Solved

I'm writing an app that lets a diabetic user enter his/her "blood glucose" readings, and then charts them on a graph over time from left to right. Since the blood readings will be done only several...
Rectangle asked 12/1, 2009 at 4:27

© 2022 - 2024 — McMap. All rights reserved.