All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.charleslzq.dicom.data.DicomPatient.kt Maven / Gradle / Ivy

package com.github.charleslzq.dicom.data

import com.google.common.collect.Lists

data class DicomPatient(
        val metaInfo: DicomPatientMetaInfo,
        val studies: MutableList = Lists.newArrayList()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy