14#ifndef GDCMCSAHEADER_H
15#define GDCMCSAHEADER_H
67 CSAHeader():InternalDataSet(),InternalType(UNKNOWN),InterfileData(nullptr) {}
84 void Print(std::ostream &os)
const;
123 std::set<CSAElement> InternalCSADataSet;
128 const char *InterfileData;
Class to represent a CSA Element.
Definition gdcmCSAElement.h:30
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
Class to represent a Data Set (which contains Data Elements)
Definition gdcmDataSet.h:56
Class for MrProtocol.
Definition gdcmMrProtocol.h:37
Class to represent a Private DICOM Data Element (Attribute) Tag (Group, Element, Owner)
Definition gdcmPrivateTag.h:39
Class to represent a DICOM Data Element (Attribute) Tag (Group, Element).
Definition gdcmTag.h:39
#define GDCM_EXPORT
Definition gdcmWin32.h:34
std::ostream & operator<<(std::ostream &os, const Directory &d)
Definition gdcmDirectory.h:88