Interface: FileMetaRawElement
A non-modeled (0002,xxxx) File Meta element, preserved verbatim so the
serializer can re-emit an exotic File Meta group byte-for-byte.
The typed FileMeta fields cover the common Type-1/Type-3 elements;
anything else a source file carried - e.g. (0002,0017)/(0002,0018)
Sending/Receiving AE Title, (0002,0100) Private Information Creator UID,
(0002,0102) Private Information - is captured here as raw bytes (the
on-wire value, even-length per PS3.5 §6.2) rather than dropped. value is a
defensive copy, so the view never aliases the parsed input buffer.
Properties
tag
readonlytag:string
8-char uppercase hex tag, e.g. "00020100".
value
readonlyvalue:Buffer
The raw on-wire value bytes (even-length), copied out of the input.
vr
readonlyvr:VR
The element's Value Representation as read under Explicit VR LE.