ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesResource class

Properties

frames ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String parent, String dicomWebPath, {String? $fields}) Future<Empty>
DeleteInstance deletes an instance associated with the given study, series, and SOP Instance UID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieveInstance(String parent, String dicomWebPath, {String? $fields}) Future<HttpBody>
RetrieveInstance returns instance associated with the given study, series, and SOP Instance UID.
retrieveMetadata(String parent, String dicomWebPath, {String? $fields}) Future<HttpBody>
RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP Instance UID presented as metadata with the bulk data removed.
retrieveRendered(String parent, String dicomWebPath, {String? $fields}) Future<HttpBody>
RetrieveRenderedInstance returns instance associated with the given study, series, and SOP Instance UID in an acceptable Rendered Media Type.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited