The IDLffDicomExQuery::Close procedure method closes a DICOM Network Service association that was created using IDLffDicomExQuery::Send.

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

Syntax


Obj.[IDLffDicomExQuery::]Close, AssocID [, STATUS=variable]

Arguments


AssocID

An integer giving the association ID as returned by IDLffDicomExQuery::Send.

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::Send