dataset

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dataset

type Dataset struct {
	Elements []*element.Element `json:"elements"`
}

func (*Dataset) FindElementByTagName added in v0.1.3

func (ds *Dataset) FindElementByTagName(tagName string) (*element.Element, error)

FindElementByTagName returns the corresponding element of the input tag name.

func (*Dataset) FindElementByTagStr added in v0.1.3

func (ds *Dataset) FindElementByTagStr(tagStr string) (*element.Element, error)

FindElementByTagStr returns the corresponding element of the input tag. Tag must be in 'ggggeeee' or '(gggg,eeee)' format

func (*Dataset) RetrieveFileUID added in v0.1.4

func (ds *Dataset) RetrieveFileUID() (*DicomUID, error)

type DicomUID added in v0.1.4

type DicomUID struct {
	StudyInstanceUID  string
	SeriesInstanceUID string
	SOPInstanceUID    string
}

Jump to

Keyboard shortcuts

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