DicomService class
A domain service that orchestrates DICOM operations.
This class serves as a bridge between the DicomController (State Management) and the IDicomLoader (Data Access).
Constructors
- DicomService({IDicomLoader? loader})
- Creates a DicomService with a specific loader.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
loadFrame(
String path, {DicomConfig? config}) → Future< DicomFrameResult> - Requests a processed DICOM frame from the underlying loader.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited