throws DicomServiceException {
String cuid = cmd.getString(dimse.tagOfSOPClassUID());
if (cuid == null)
throw new DicomServiceException(Status.MistypedArgument);
DimseRQHandler service = services.get(cuid);
if (service != null)
return service;
if (dimse == Dimse.C_STORE_RQ) {
CommonExtendedNegotiation commonExtNeg = as