Interface DICOMUpdates.Builder

    • Method Detail

      • removableAttributes

        DICOMUpdates.Builder removableAttributes​(SdkBytes removableAttributes)

        The DICOM tags to be removed from ImageSetMetadata.

        Parameters:
        removableAttributes - The DICOM tags to be removed from ImageSetMetadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatableAttributes

        DICOMUpdates.Builder updatableAttributes​(SdkBytes updatableAttributes)

        The DICOM tags that need to be updated in ImageSetMetadata.

        Parameters:
        updatableAttributes - The DICOM tags that need to be updated in ImageSetMetadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.