/AWS1/CL_MIGGETIMAGEFRAMERSP¶
GetImageFrameResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_imageframeblob TYPE /AWS1/MIGPAYLOADBLOB /AWS1/MIGPAYLOADBLOB¶
The blob containing the aggregated image frame information.
Optional arguments:¶
iv_contenttype TYPE /AWS1/MIGSTRING /AWS1/MIGSTRING¶
The format in which the image frame information is returned to the customer. Default is
application/octet-stream.
If the stored transfer syntax is
1.2.840.10008.1.2.1, the returnedcontentTypeisapplication/octet-stream.
If the stored transfer syntax is
1.2.840.10008.1.2.4.50, the returnedcontentTypeisimage/jpeg.
If the stored transfer syntax is
1.2.840.10008.1.2.4.91, the returnedcontentTypeisimage/j2c.
If the stored transfer syntax is MPEG2,
1.2.840.10008.1.2.4.100,1.2.840.10008.1.2.4.100.1,1.2.840.10008.1.2.4.101, or1.2.840.10008.1.2.4.101.1, the returnedcontentTypeisvideo/mpeg.
If the stored transfer syntax is MPEG-4 AVC/H.264, UID
1.2.840.10008.1.2.4.102,1.2.840.10008.1.2.4.102.1,1.2.840.10008.1.2.4.103,1.2.840.10008.1.2.4.103.1,1.2.840.10008.1.2.4.104,1.2.840.10008.1.2.4.104.1,1.2.840.10008.1.2.4.105,1.2.840.10008.1.2.4.105.1,1.2.840.10008.1.2.4.106, or1.2.840.10008.1.2.4.106.1, the returnedcontentTypeisvideo/mp4.
If the stored transfer syntax is HEVC/H.265, UID
1.2.840.10008.1.2.4.107or1.2.840.10008.1.2.4.108, the returnedcontentTypeisvideo/H256.
If the stored transfer syntax is
1.2.840.10008.1.2.4.202or if the stored transfer syntax is missing, the returnedcontentTypeisimage/jph.
If the stored transfer syntax is
1.2.840.10008.1.2.4.203, the returned contentType isimage/jphc.
Queryable Attributes¶
imageFrameBlob¶
The blob containing the aggregated image frame information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEFRAMEBLOB() |
Getter for IMAGEFRAMEBLOB, with configurable default |
ASK_IMAGEFRAMEBLOB() |
Getter for IMAGEFRAMEBLOB w/ exceptions if field has no valu |
HAS_IMAGEFRAMEBLOB() |
Determine if IMAGEFRAMEBLOB has a value |
contentType¶
The format in which the image frame information is returned to the customer. Default is
application/octet-stream.
If the stored transfer syntax is
1.2.840.10008.1.2.1, the returnedcontentTypeisapplication/octet-stream.
If the stored transfer syntax is
1.2.840.10008.1.2.4.50, the returnedcontentTypeisimage/jpeg.
If the stored transfer syntax is
1.2.840.10008.1.2.4.91, the returnedcontentTypeisimage/j2c.
If the stored transfer syntax is MPEG2,
1.2.840.10008.1.2.4.100,1.2.840.10008.1.2.4.100.1,1.2.840.10008.1.2.4.101, or1.2.840.10008.1.2.4.101.1, the returnedcontentTypeisvideo/mpeg.
If the stored transfer syntax is MPEG-4 AVC/H.264, UID
1.2.840.10008.1.2.4.102,1.2.840.10008.1.2.4.102.1,1.2.840.10008.1.2.4.103,1.2.840.10008.1.2.4.103.1,1.2.840.10008.1.2.4.104,1.2.840.10008.1.2.4.104.1,1.2.840.10008.1.2.4.105,1.2.840.10008.1.2.4.105.1,1.2.840.10008.1.2.4.106, or1.2.840.10008.1.2.4.106.1, the returnedcontentTypeisvideo/mp4.
If the stored transfer syntax is HEVC/H.265, UID
1.2.840.10008.1.2.4.107or1.2.840.10008.1.2.4.108, the returnedcontentTypeisvideo/H256.
If the stored transfer syntax is
1.2.840.10008.1.2.4.202or if the stored transfer syntax is missing, the returnedcontentTypeisimage/jph.
If the stored transfer syntax is
1.2.840.10008.1.2.4.203, the returned contentType isimage/jphc.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |