Documentation ¶
Index ¶
- type Dataset
- func (ds *Dataset) FindElementByTag(tagName tag.DicomTag) (*element.Element, error)
- func (ds *Dataset) FindElementByTagName(tagName string) (*element.Element, error)
- func (ds *Dataset) FindElementByTagStr(tagStr string) (*element.Element, error)
- func (ds *Dataset) RetrieveFileUID() (*DicomUID, error)
- type DicomUID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dataset ¶
func (*Dataset) FindElementByTag ¶ added in v0.2.1
FindElementByTag returns the corresponding element of the input tag name.
func (*Dataset) FindElementByTagName ¶ added in v0.1.3
FindElementByTagName returns the corresponding element of the input tag name.
func (*Dataset) FindElementByTagStr ¶ added in v0.1.3
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
Click to show internal directories.
Click to hide internal directories.