Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) Export ¶
func (p *Parser) Export() map[string]TagBrowser
func (*Parser) GetDataset ¶
func (*Parser) GetMetadata ¶
type TagBrowser ¶
type TagBrowser struct { VR string `json:"vr"` Value interface{} `json:"Value"` }
Click to show internal directories.
Click to hide internal directories.