←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.