Constructor
new DicomData(meta)
Parameters:
Name | Type | Description |
---|---|---|
meta | Object.<string, DataElement> | The DICOM meta data. |
- Source
Classes
Members
annotationGroup :AnnotationGroup|undefined
Annotattion group extracted from meta data.
Type:
- AnnotationGroup |
undefined
- Source
buffer :any|undefined
Image buffer used to build image.
Type:
- any |
undefined
- Source
image :Image|undefined
Image extracted from meta data.
Type:
- Image |
undefined
- Source
meta :Object.<string, DataElement>
DICOM meta data.
Type:
- Object.<string, DataElement>
- Source