| DicomMetadata-class | R Documentation |
This class represents DICOM metadata, which typically contains detailed information about the scan parameters and subject.
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.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.