dicom_util/src/main/java/com/google/cloud/healthcare/DicomWebClient.java [91:100]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          e,
          e.getStatusCode(),
          Status.ProcessingFailure);
    } catch (IOException | IllegalArgumentException e) {
      throw new IDicomWebClient.DicomWebException(e);
    }
  }

  /** Makes a QIDO-RS call and returns a JSON array. */
  @Override
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dicom_util/src/main/java/com/google/cloud/healthcare/DicomWebClient.java [187:201]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          e,
          e.getStatusCode(),
          Status.ProcessingFailure);
    } catch (IOException | IllegalArgumentException e) {
      throw new IDicomWebClient.DicomWebException(e);
    }
  }

  /**
   * Reads the resource to figure out the study/series/instance UID path, deletes it and returns
   * void.
   *
   * @param stream The unread stream containing the DICOM instance.
   */
  @Override
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



