element

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GroupSeqItem      uint16 = 0xFFFE
	VLUndefinedLength uint32 = 0xFFFFFFFF
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Element

type Element struct {
	Value                  Value
	TagName                string
	ValueRepresentationStr string
	ValueLength            uint32
	Tag                    tag.DicomTag
	ValueRepresentation    vr.VRKind
}

Element defines the struct for each dicom tag element info. Ordered as below to decrease the memory footprint

func ReadElement

func ReadElement(r reader.DcmReader, isImplicit bool, binOrder binary.ByteOrder) (*Element, error)

type Value

type Value struct {
	RawValue interface{}
}

Jump to

Keyboard shortcuts

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