C#
VB
WinRT C#
C++
Flags that control the behavior of the Insert and InsertCodedConcept methods, that are used to insert new context groups and coded concepts to the context group table.
[FlagsAttribute()]
public enum DicomContextGroupTableInsertFlags
<FlagsAttribute()>
Public Enum DicomContextGroupTableInsertFlags
[FlagsAttribute()]
public enum DicomContextGroupTableInsertFlags
Leadtools.Dicom.DicomContextGroupTableInsertFlags = function() { };
Leadtools.Dicom.DicomContextGroupTableInsertFlags.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
[FlagsAttribute()]
public enum class DicomContextGroupTableInsertFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | None. |
0x00000001 | DisallowDuplicates | The method should fail if a Context Group with the same specified Context Identifier already exists in the Context Group Table. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET