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

Method DcmCodeString

dcmdata/libsrc/dcvrcs.cc:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected