Class DicomReaderEventArgs
Inheritance
DicomReaderEventArgs
Assembly: cs.temp.dll.dll
Syntax
public class DicomReaderEventArgs : EventArgs
Constructors
DicomReaderEventArgs(Int64, DicomTag, DicomVR, IByteBuffer)
Declaration
public DicomReaderEventArgs(long position, DicomTag tag, DicomVR vr, IByteBuffer data)
Parameters
Fields
Data
Declaration
public readonly IByteBuffer Data
Field Value
Type |
Description |
IByteBuffer |
|
Position
Declaration
public readonly long Position
Field Value
Tag
Declaration
public readonly DicomTag Tag
Field Value
VR
Declaration
public readonly DicomVR VR
Field Value