14 #ifndef GDCMPDBHEADER_H
15 #define GDCMPDBHEADER_H
62 void Print(std::ostream &os)
const;
69 const PDBElement &GetPDBElementByName(
const char *name);
72 bool FindPDBElementByName(
const char *name);
78 int readprotocoldatablock(
const char *input,
size_t inputlen,
bool verbose);
79 std::vector<PDBElement> InternalPDBDataSet;
91 #endif //GDCMPDBHEADER_H
Class to represent a Private DICOM Data Element (Attribute) Tag (Group, Element, Owner) ...
Definition: gdcmPrivateTag.h:38
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
std::ostream & operator<<(std::ostream &os, const Directory &d)
Definition: gdcmDirectory.h:92
Class to represent a PDB Element.
Definition: gdcmPDBElement.h:29
Class to represent a Data Element either Implicit or Explicit.
Definition: gdcmDataElement.h:58