vr

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ApplicationEntity           = "AE"
	AgeString                   = "AS"
	AttributeTag                = "AT"
	CodeString                  = "CS"
	Date                        = "DA"
	DecimalString               = "DS"
	DateTime                    = "DT"
	FloatingPointSingle         = "FL"
	FloatingPointDouble         = "FD"
	IntegerString               = "IS"
	LongString                  = "LO"
	LongText                    = "LT"
	OtherByte                   = "OB"
	OtherDouble                 = "OD"
	OtherFloat                  = "OF"
	OtherLong                   = "OL"
	OtherVeryLong               = "VL"
	OtherWord                   = "OW"
	PersonName                  = "PN"
	ShortString                 = "SH"
	SignedLong                  = "SL"
	SequenceOfItems             = "SQ"
	SignedShort                 = "SS"
	ShortText                   = "ST"
	SignedVeryLong              = "SV"
	Time                        = "TM"
	UnlimitedCharacters         = "UC"
	UniqueIdentifier            = "UI"
	UnsignedLong                = "UL"
	Unknown                     = "UN"
	UniversalResourceIdentifier = "UR"
	UnsignedShort               = "US"
	UnlimitedText               = "UT"
	UnsignedVeryLong            = "UV"
	SignedShortOrUnsignedShort  = "XS"
	OtherByteOrOtherWord        = "OX"
)

Variables

Functions

This section is empty.

Types

type VRKind

type VRKind int
const (
	VRBytes VRKind = iota
	VRString
	VRUInt16
	VRUInt32
	VRInt16
	VRInt32
	VRFloat32
	VRFloat64
	VRSequence
	VRItem
	VRTagList
	VRDate
	VRPixelData
)

func GetVR

func GetVR(dcmTag tag.DicomTag, vr string) VRKind

GetVR returns the golang value encoding of an element with <tag, vr>.

Jump to

Keyboard shortcuts

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