public DicomContextGroup Insert(
DicomContextIdentifierType contextIdentifier,
string name,
bool isExtensible,
DicomDateTimeValue contextGroupVersion,
DicomContextGroupTableInsertFlags flags
)
Public Overloads Function Insert( _
ByVal contextIdentifier As DicomContextIdentifierType, _
ByVal name As String, _
ByVal isExtensible As Boolean, _
ByVal contextGroupVersion As DicomDateTimeValue, _
ByVal flags As DicomContextGroupTableInsertFlags _
) As DicomContextGroup
public:
DicomContextGroup^ Insert(
DicomContextIdentifierType contextIdentifier,
String^ name,
bool isExtensible,
DicomDateTimeValue contextGroupVersion,
DicomContextGroupTableInsertFlags flags
)
contextIdentifier
The Context Identifier (0008,010F) of the new Context Group. For a list of values, refer to Context Identifier Values.
name
The name of the new Context Group.
isExtensible
Indicates whether the new Context Group is Extensible or not. true, The new Context Group is extensible. false, The new Context Group is Non-extensible.
contextGroupVersion
The Context Group Version (0008,0106) of the new Context Group.
flags
Flag that controls the behavior of this method.
DicomContextGroup object that specifies the newly inserted Context Group.
For an example, refer to Insert.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method