DicomObjects Reference
DicomObjects Reference / DicomConnection Object / CoercionSOP Property
In This Topic
    CoercionSOP Property
    In This Topic
    Description
    SOP class to which images should be coerced if peer does not accept true SOP class
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property CoercionSOP As String
    Remarks

    Some equipment can only support a limited range of SOP classes, but there may be a need to send images of other types to it.  If this property is set to a non-null value, and if the remote AE does not support the SOP class of an image being sent, (but does support the CoercionSOP class), then a temporary image (with a new UID) is generated with its SOP class set to equal CoercionSOP, and this is transmitted instead.
    The most common value for CoercionSOP would be doSOP_SecondaryCapture (1.2.840.10008.5.1.4.1.1.7).

    Although this practice is questionable, it is often useful for sending images such as ultrasounds, to display stations primarily designed for CT and MRI etc. but which also support secondary capture.

    See Also