Class ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StudiesResource.SeriesResource.InstancesResource.FramesResource
The "frames" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class FramesResource
Constructors
FramesResource(IClientService)
Constructs a new resource.
Declaration
public FramesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
RetrieveFrames(String, String)
RetrieveFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers. See [RetrieveTransaction] (http://di com.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4}.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StudiesResource.SeriesResource.InstancesResource.FramesResource.RetrieveFramesRequest RetrieveFrames(string parent, string dicomWebPath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | The name of the DICOM store that is being accessed. For example,
|
| System.String | dicomWebPath | The path of the RetrieveFrames DICOMweb request. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StudiesResource.SeriesResource.InstancesResource.FramesResource.RetrieveFramesRequest |
RetrieveRendered(String, String)
RetrieveRenderedFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers in an acceptable Rendered Media Type. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/curre nt/output/html/part18.html#sect_10.4).
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StudiesResource.SeriesResource.InstancesResource.FramesResource.RetrieveRenderedRequest RetrieveRendered(string parent, string dicomWebPath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | The name of the DICOM store that is being accessed. For example,
|
| System.String | dicomWebPath | The path of the RetrieveRenderedFrames DICOMweb request. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StudiesResource.SeriesResource.InstancesResource.FramesResource.RetrieveRenderedRequest |