'DeclarationPublic Function RetrieveRendered( _ ByVal StudyUID As System.String, _ Optional ByVal SeriesUID As System.String, _ Optional ByVal InstanceUID As System.String, _ Optional ByVal Frames As System.Collections.Generic.IEnumerable(Of Integer) _ ) As System.Collections.Generic.Dictionary(Of HttpContentHeaders,Byte())
public System.Collections.Generic.Dictionary<HttpContentHeaders,byte[]> RetrieveRendered( System.string StudyUID, System.string SeriesUID, System.string InstanceUID, System.Collections.Generic.IEnumerable<int> Frames )
Parameters
- StudyUID
- The Requested StudyUID
- SeriesUID
- The Requested series UID (may be null/absent)
- InstanceUID
- The Requested instance UID (may be null/absent)
- Frames
Return Value
List of images as byte[] and their media types