CustomInformationDicomMessage Property

Summary

Gets a SerializableDictionary that can be used to mark a DicomLogEntry as a DICOM communication message.

Syntax
C#
VB
C++
[XmlIgnoreAttribute()] 
public static SerializableDictionary<string, object> CustomInformationDicomMessage { get; } 
<XmlIgnoreAttribute()>  
Public Shared ReadOnly Property CustomInformationDicomMessage() As SerializableDictionary(Of String, Object) 
   Get 
public:  
   [XmlIgnoreAttribute] 
   static property SerializableDictionary<String^, Object^>^ CustomInformationDicomMessage 
   { 
      SerializableDictionary<String^, Object^>^ get() 
   } 

Property Value

A value that can be used to mark a DicomLogEntry as a DICOM communication message.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.