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