EndConversion method (ILEADDicomDS Interface)
void EndConversion(short nReturnValue); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The EndConversion method terminates the conversion process started by a call to the ConvertLEADAnnObjToDicomAnnObjs method.
The use of the EndConversion method is meaningless unless made during the handling of the OnConvertLEADAnnObjToDicomAnnObj event. When the method is called during the processing of the event, the ConvertLEADAnnObjToDicomAnnObjs method will stop the conversion and return the value specified by the parameter nReturnValue.
See Also