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