Пример #1
0
 void ReceiveDS(Leadtools.Dicom.DicomDataSet Dataset)
 {
     if (null != Dataset)
     {
         DSQueryResult = Dataset;
     }
 }
Пример #2
0
        public override void OnReceiveCStoreRequest
        (
            DicomClient Client,
            byte presentationID,
            int messageID,
            string affectedClass,
            string instance,
            Leadtools.Dicom.DicomCommandPriorityType priority,
            string moveAE,
            int moveMessageID,
            Leadtools.Dicom.DicomDataSet dataSet
        )
        {
            base.OnReceiveCStoreRequest(Client, presentationID, messageID, affectedClass, instance, priority, moveAE, moveMessageID, dataSet);

            ServerEventBroker.Instance.PublishEvent <CStoreRequestReceivedEventArgs> (this, new CStoreRequestReceivedEventArgs(instance, dataSet));
        }
Пример #3
0
 public void LogEvent(Leadtools.Logging.LogType eventType, Leadtools.Logging.Medical.MessageDirection messageDirection, string description, Leadtools.Dicom.DicomCommandType command, Leadtools.Dicom.DicomDataSet dataset, Leadtools.Logging.SerializableDictionary <string, object> customInformation)
 {
 }