ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesResource class
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