14#ifndef GDCMPDBHEADER_H
15#define GDCMPDBHEADER_H
64 void Print(std::ostream &os)
const;
80 int readprotocoldatablock(
const char *input,
size_t inputlen,
bool verbose);
81 std::vector<PDBElement> InternalPDBDataSet;
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
Class to represent a PDB Element.
Definition gdcmPDBElement.h:30
Class to represent a Private DICOM Data Element (Attribute) Tag (Group, Element, Owner)
Definition gdcmPrivateTag.h:39
#define GDCM_EXPORT
Definition gdcmWin32.h:34
std::ostream & operator<<(std::ostream &os, const Directory &d)
Definition gdcmDirectory.h:88