| DicomMetadata-class {tractor.base} | R Documentation |
The DicomMetadata class
Description
This class represents DICOM metadata, which typically contains detailed information about the scan parameters and subject.
Fields
sourceString naming the source file
tagsData frame of tag information
tagOffsetStarting offset for tags in the file
dataOffsetStarting offset for pixel data in the file
dataLengthPixel data length
explicitTypesLogical value indicating whether explicit types are used in the file
endianString naming the endianness of the file
asciiFieldsCharacter vector containing the contents of the ASCII header, if requested and present in the file.
transferSyntaxTransfer syntax string, if specified in the file; otherwise the empty string.
Methods
getAsciiFields(regex = NULL)Retrieve the value of one or more fields in the ASCII header. Returns NA if no fields match
getTagValue(group, element)Retrieve the value of a given tag, using an appropriate R type. Returns NA if the tag is missing
[Package tractor.base version 3.4.2 Index]