| 30 | |
| 31 | |
| 32 | class DcmIntegerString : public DcmByteString |
| 33 | { |
| 34 | public: |
| 35 | DcmIntegerString(const DcmTag &tag, const Uint32 len = 0); |
| 36 | DcmIntegerString(const DcmIntegerString& old); |
| 37 | virtual ~DcmIntegerString(); |
| 38 | |
| 39 | virtual DcmEVR ident() const { return EVR_IS; } |
| 40 | }; |
| 41 | |
| 42 | |
| 43 | #endif // DCVRIS_H |
nothing calls this directly
no outgoing calls
no test coverage detected