The IDLffDicomExQuery::FreeMessage procedure frees a DICOM Network Service message request that was created using IDLffDicomExQuery::OpenFindRQ.

For an example of using this method see IDLffDicomExQuery::OpenFindRQ.

Syntax


Obj.[IDLffDicomExQuery::]FreeMessage, MessageID [, STATUS=variable]

Arguments


MessageID

An integer giving the message ID as returned by IDLffDicomExQuery::OpenFindRQ.

Keywords


STATUS

Set this keyword to a named variable in which the status code for the operation will be returned. If STATUS is not specified then any error messages will be output to the screen and IDL will halt execution.

Tip: The status code can be converted to a human-readable string using the IDLffDicomExQuery::MC_Status method.

Version History


8.6.1

Introduced

See Also


IDLffDicomExQuery::MC_Status, IDLffDicomExQuery::OpenFindRQ