@kv  0.0.4
Library for graph problems in C and Python
AtDicomBase Struct Reference

Dicom Base. More...

#include <dicom.h>

Public Attributes

const char * filename
 
char * modality
 
char * unit
 
uint8_t * photo_interpretation
 
float intercept
 
float slope
 
uint16_t samples_per_pixel
 
uint16_t bits_allocated
 
uint16_t pixel_representation
 
uint8_t pixel_data_tag_found
 
uint8_t pd [2]
 

Detailed Description

Dicom Base.

This file is part of the atkv project. Copyright 2016 Anderson Tavares noctu.nosp@m.rne..nosp@m.pe@gm.nosp@m.ail..nosp@m.com.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Member Data Documentation

uint16_t AtDicomBase::bits_allocated

bits_allocated

const char* AtDicomBase::filename

Name of DICOM File

float AtDicomBase::intercept

intercept

char* AtDicomBase::modality

Modality (e.g.,MR for magnetic ressonance )

uint8_t AtDicomBase::pd[2]

just padding (the size becomes multiple of 8 bytes). Don't use it

uint8_t* AtDicomBase::photo_interpretation

photo_interpretation

uint8_t AtDicomBase::pixel_data_tag_found

pixel_data_tag_found

uint16_t AtDicomBase::pixel_representation

pixel_representation

uint16_t AtDicomBase::samples_per_pixel

samples_per_pixel

float AtDicomBase::slope

slope

char* AtDicomBase::unit

Unit type


The documentation for this struct was generated from the following file: