dicom_util/src/main/java/com/google/cloud/healthcare/DicomWebClient.java [201:207]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public void delete(InputStream stream) throws IDicomWebClient.DicomWebException {
    try {
      DicomInputStream dis = new DicomInputStream(stream);
      Attributes attrs = dis.readDataset(-1, Tag.PixelData);
      String instanceUrl =
          String.format(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dicom_util/src/main/java/com/google/cloud/healthcare/DicomWebClientJetty.java [267:273]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public void delete(InputStream stream) throws IDicomWebClient.DicomWebException {
    try {
      DicomInputStream dis = new DicomInputStream(stream);
      Attributes attrs = dis.readDataset(-1, Tag.PixelData);
      String instanceUrl =
          String.format(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



