14 #ifndef GDCMAABORTPDU_H
15 #define GDCMAABORTPDU_H
34 std::istream &Read(std::istream &is);
35 const std::ostream &Write(std::ostream &os)
const;
39 void Print(std::ostream &os)
const;
43 void SetSource(
const uint8_t s);
44 void SetReason(
const uint8_t r);
47 static const uint8_t ItemType;
48 static const uint8_t Reserved2;
50 static const uint8_t Reserved7;
51 static const uint8_t Reserved8;
60 #endif //GDCMAABORTPDU_H
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
BasePDU base class for PDUs.
Definition: gdcmBasePDU.h:50
AAbortPDU Table 9-26 A-ABORT PDU FIELDS.
Definition: gdcmAAbortPDU.h:30
bool IsLastFragment() const
Definition: gdcmAAbortPDU.h:41
Definition: gdcmASN1.h:20