typedef struct tagDICOMCONTEXTGROUP
{
GENERICLINK /* reserved */
L_TCHAR * pszContextIdentifier; /* the Context Identifier */
L_TCHAR * pszName; /* name */
L_BOOL bExtensible; /* extensibility */
pVALUEDATETIME pContextGroupVersion; /* the Context Group Version */
} DICOMCONTEXTGROUP, * pDICOMCONTEXTGROUP;
The DICOMCONTEXTGROUP structure is used to specify a Context Group.
Reserved.
Character string that contains the Context Identifier (0008,010F) of the Context Group (for example, "CID 2", "CID 82", "CID 3001", etc.). A Context Group is identified by its Context ID (CID). For a list of the Context IDs of the Context Groups maintained internally, refer to Context Identifier Values.
Character string that contains the name of the Context Group (for example, "Anatomic Modifier", "Units of Measurement", "ECG Leads", etc.).
Value that indicates whether the Context Group is extensible. Possible values are:
Value | Meaning |
---|---|
TRUE | The Context Group is Extensible. |
FALSE | The Context Group is Non-extensible. |
Pointer to a VALUEDATETIME structure that contains the Context Group Version (0008,0106) of the Context Group.
When the return value of a function is a pointer to a DICOMCONTEXTGROUP structure, none of the members pszContextIdentifier, pszName, and pContextGroupVersion can be NULL.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document