69 void SetColor(
bool c);
88 void Print(std::ostream& os);
91 void PrintDataSet(
const DataSet &ds, std::ostream& os,
const std::string &s =
"");
94 VR PrintDataElement(std::ostringstream & os,
const Dicts &dicts,
const DataSet & ds,
const DataElement &de, std::ostream &out, std::string
const & indent );
95 void PrintSQ(
const SequenceOfItems *sqi, std::ostream & os, std::string
const & indent);
104 #endif //GDCMPRINTER_H
Class to represent a Data Set (which contains Data Elements) A Data Set represents an instance of a r...
Definition: gdcmDataSet.h:55
PrintStyles
Definition: gdcmPrinter.h:71
void SetFile(File const &f)
Set file.
Definition: gdcmPrinter.h:66
Class to represent a Sequence Of Items (value representation : SQ)
Definition: gdcmSequenceOfItems.h:39
VL MaxPrintLength
Definition: gdcmPrinter.h:99
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
Definition: gdcmPrinter.h:73
Value Length.
Definition: gdcmVL.h:29
PrintStyles GetPrintStyle() const
Get PrintStyle value.
Definition: gdcmPrinter.h:83
Class to represent a Data Element either Implicit or Explicit.
Definition: gdcmDataElement.h:58
const File * F
Definition: gdcmPrinter.h:98
PrintStyles PrintStyle
Definition: gdcmPrinter.h:97
a DICOM File See PS 3.10 File: A File is an ordered string of zero or more bytes, where the first byt...
Definition: gdcmFile.h:33
Printer class.
Definition: gdcmPrinter.h:59
Class to manipulate the sum of knowledge (all the dict user load)
Definition: gdcmDicts.h:28
VR class This is adapted from DICOM standard The biggest difference is the INVALID VR and the composi...
Definition: gdcmVR.h:54
Definition: gdcmASN1.h:20
void SetStyle(PrintStyles ps)
Set PrintStyle value.
Definition: gdcmPrinter.h:79