tag

package
v0.0.0-...-d2ef1e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2016 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package tag has structures for DICOM tags at the different levels

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceLevel

type InstanceLevel struct {
	SOPInstanceUID string //	(0000,0000)
	Modality       string //	(0000,0000)
	InstanceNumber string //	(0000,0000)
}

InstanceLevel has image level DICOM tags

type PatientLevel

type PatientLevel struct {
	PatientName              string // 	(0010,0010)
	PatientID                string //	(0010,0020)
	PatientBirthDate         string //	(0010,0030)
	NumberOfRelatedStudies   string //	(0020,1200)
	NumberOfRelatedSeries    string //	(0020,1202)
	NumberOfRelatedInstances string //	(0020,1204)
}

PatientLevel has patient level DICOM tags

type SeriesLevel

type SeriesLevel struct {
	SeriesInstanceUID        string //	(0020,000E)
	SeriesNumber             string //	(0020,0011)
	Modality                 string //	(0008,0060)
	NumberOfRelatedInstances string //	(0020,1209)
}

SeriesLevel has series level DICOM tags

type StudyLevel

type StudyLevel struct {
	StudyInstanceUID         string //	(0020,000D)
	StudyDate                string //	(0008,0020)
	AccessionNumber          string //	(0008,0050)
	ModalitiesInStudy        string //	(0008,0061)
	ReferringPhysicianName   string //  (0008,0090)
	StudyDescription         string //	(0008,1030)
	NumberOfRelatedSeries    string //	(0020,1206)
	NumberOfRelatedInstances string //	(0020,1208)
	PatientLevel             PatientLevel
}

StudyLevel has study level DICOM tags

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL