Packages

package dicom

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DicomSparkMapper(sparkDataType: DataType, reader: (Attributes, Int) ⇒ Any) extends Product with Serializable

    sparkDataType

    Spark DataType of the output of the reader function

    reader

    Function that retrieves the proper JVM value from an element in a org.dcm4che3.data.Attributes to be stored in an org.apache.spark.sql.catalyst.InternalRow

Value Members

  1. object DicomFileReader extends Logging
  2. object DicomSparkMapper extends Serializable

Ungrouped