Interface DicomMetadataMapping.Builder

  • Method Details

    • studyInstanceUID

      DicomMetadataMapping.Builder studyInstanceUID(String studyInstanceUID)

      The Study Instance UID that identifies the study.

      Parameters:
      studyInstanceUID - The Study Instance UID that identifies the study.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • seriesInstanceUID

      DicomMetadataMapping.Builder seriesInstanceUID(String seriesInstanceUID)

      The Series Instance UID that identifies the series. This parameter is optional because the mapping might be at the study level.

      Parameters:
      seriesInstanceUID - The Series Instance UID that identifies the series. This parameter is optional because the mapping might be at the study level.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadataFilePath

      DicomMetadataMapping.Builder metadataFilePath(String metadataFilePath)

      The path to the JSON metadata file relative to inputS3Uri.

      Parameters:
      metadataFilePath - The path to the JSON metadata file relative to inputS3Uri.
      Returns:
      Returns a reference to this object so that method calls can be chained together.