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

Method DcmIntegerString

dcmdata/libsrc/dcvris.cc:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31DcmIntegerString::DcmIntegerString(const DcmTag &tag,
32 const Uint32 len)
33: DcmByteString(tag, len)
34{
35Bdebug((5, "dcvris:DcmIntegerString::DcmIntegerString(DcmTag&,len=%ld)",
36 len ));
37
38 maxLength = 12;
39Edebug(());
40
41}
42
43
44// ********************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected