DICOMの全情報を管理する [詳細]
#include <dicom_info.h>
mist::dicom::dicom_infoに対する継承グラフPublic メソッド | |
| dicom_info () | |
| デフォルトのコンストラクタ | |
| dicom_info (const dicom_info &info) | |
| 他のオブジェクトで初期化する | |
| const dicom_info & | operator= (const dicom_info &info) |
| 他のオブジェクトを代入する | |
変数 | |
| bool | little_endian_encoding |
| データがリトルエンディアン形式かどうか | |
| std::string | study_instance_uid |
| 検査の識別用ユニークID | |
| std::string | series_instance_uid |
| シリーズの識別用ユニークID | |
| std::string | study_id |
| 検査ID | |
| std::string | patient_id |
| 患者ID | |
| int | series_number |
| シリーズ番号 | |
| int | acquisition_number |
| 収集番号 | |
| int | instance_number |
| インスタンス番号 | |
変数 inherited from mist::dicom::dicom_image_info | |
| compress_type | compression_type |
| DICOMデータの圧縮タイプ | |
| photometric_interpretation_type | photometric_type |
| 画素の表現方法 | |
| unsigned short | samples_per_pixel |
| 1画素あたりのサンプル数 | |
| signed int | number_of_frames |
| DICOM画像内に含まれるフレーム数 | |
| unsigned short | rows |
| 画像の行数(画像の高さ) | |
| unsigned short | cols |
| 画像の列数(画像の幅) | |
| double | pixel_spacing_x |
| X軸方向の解像度 | |
| double | pixel_spacing_y |
| Y軸方向の解像度 | |
| double | image_position_x |
| X軸方向のイメージポジション | |
| double | image_position_y |
| Y軸方向のイメージポジション | |
| double | image_position_z |
| Z軸方向のイメージポジション | |
| double | rescale_intercept |
| 画素値に対するオフセット | |
| double | rescale_slope |
| 画素値に対する変換関数の傾き | |
| unsigned short | bits_allocated |
| 1画素あたりに割り当てられているビット数 | |
| unsigned short | bits_stored |
| 1画素あたりに使用しているビット数 | |
| unsigned short | high_bits |
| high bits | |
| unsigned short | pixel_representation |
| 画素の表現方法 | |
| unsigned short | planar_configuration |
| RGBなどの要素の並び | |
| double | window_center |
| 描画に用いる Window Center | |
| double | window_width |
| 描画に用いる Window Width | |
| double | KVP |
| 管電圧 | |
| double | mA |
| 管電流 | |
| double | thickness |
| スライス厚 | |
DICOMの全情報を管理する
1.8.1.2