EdDicomModel constructor
EdDicomModel({})
Implementation
EdDicomModel({
required this.decodedBytes,
required this.patientName,
required this.patientGender,
required this.patientID,
required this.patientAge,
required this.patientBirthDate,
required this.patientWeight,
required this.patientHeight,
});