package dicom
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- object DicomFileReader extends Logging
- object DicomSparkMapper extends Serializable