MCPcopy Create free account
hub / github.com/DCMTK/dcmtk / DcmIntegerString

Class DcmIntegerString

dcmdata/include/dcvris.h:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected