ProjectsLocationsDatasetsDicomStoresStudiesSeriesResource class
Constructors
- ProjectsLocationsDatasetsDicomStoresStudiesSeriesResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instances → ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
String parent, String dicomWebPath, {String? $fields}) → Future< Operation> - DeleteSeries deletes all instances within the given study and series.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieveMetadata(
String parent, String dicomWebPath, {String? $fields}) → Future< HttpBody> - RetrieveSeriesMetadata returns instance associated with the given study and series, presented as metadata with the bulk data removed.
-
retrieveSeries(
String parent, String dicomWebPath, {String? $fields}) → Future< HttpBody> - RetrieveSeries returns all instances within the given study and series.
-
searchForInstances(
String parent, String dicomWebPath, {String? $fields}) → Future< HttpBody> - SearchForInstances returns a list of matching instances.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited