Interface ImageSetsMetadataSummary.Builder

  • Method Details

    • imageSetId

      ImageSetsMetadataSummary.Builder imageSetId(String imageSetId)

      The image set identifier.

      Parameters:
      imageSetId - The image set identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      The image set version.

      Parameters:
      version - The image set version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The time an image set is created. Sample creation date is provided in 1985-04-12T23:20:50.52Z format.

      Parameters:
      createdAt - The time an image set is created. Sample creation date is provided in 1985-04-12T23:20:50.52Z format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The time an image set was last updated.

      Parameters:
      updatedAt - The time an image set was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dicomTags

      The DICOM tags associated with the image set.

      Parameters:
      dicomTags - The DICOM tags associated with the image set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dicomTags

      The DICOM tags associated with the image set.

      This is a convenience method that creates an instance of the DICOMTags.Builder avoiding the need to create one manually via DICOMTags.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dicomTags(DICOMTags).

      Parameters:
      dicomTags - a consumer that will call methods on DICOMTags.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • isPrimary

      The flag to determine whether the image set is primary or not.

      Parameters:
      isPrimary - The flag to determine whether the image set is primary or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.