Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitTagDict ¶ added in v0.1.6
func InitTagDict()
Types ¶
type MappedTag ¶ added in v0.1.2
type MappedTag map[string]tag.TagBrowser
func (MappedTag) GetElementByTagString ¶ added in v0.1.2
GetElementByTagString returns the element value of the input tag Tag should be in (gggg,eeee) or ggggeeee format
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser implements the field required to parse the dicom file
func NewParser ¶
func NewParser(fileReader io.Reader, fileSize int64, skipPixelData, skipDataset bool) (*Parser, error)
NewParser returns a new dicom parser
func (*Parser) GetDataset ¶
GetDataset returns the dataset
func (*Parser) GetElementByTagString ¶ added in v0.1.2
GetElementByTagString returns the element value of the input tag Tag should be in (gggg,eeee) or ggggeeee format
func (*Parser) GetMetadata ¶
GetMetadata returns the file meta header
Click to show internal directories.
Click to hide internal directories.