Adds a new Coded Concept to the specified Context Group.
public DicomCodedConcept InsertCodedConcept(
DicomContextGroup contextGroup,
string codingSchemeDesignator,
string codingSchemeVersion,
string codeValue,
string codeMeaning,
DicomDateTimeValue contextGroupLocalVersion,
string contextGroupExtensionCreatorUID,
DicomContextGroupTableInsertFlags flags
)
Public Function InsertCodedConcept( _
ByVal contextGroup As Leadtools.Dicom.DicomContextGroup, _
ByVal codingSchemeDesignator As String, _
ByVal codingSchemeVersion As String, _
ByVal codeValue As String, _
ByVal codeMeaning As String, _
ByVal contextGroupLocalVersion As Leadtools.Dicom.DicomDateTimeValue, _
ByVal contextGroupExtensionCreatorUID As String, _
ByVal flags As Leadtools.Dicom.DicomContextGroupTableInsertFlags _
) As Leadtools.Dicom.DicomCodedConcept
public Leadtools.Dicom.DicomCodedConcept InsertCodedConcept(
Leadtools.Dicom.DicomContextGroup contextGroup,
string codingSchemeDesignator,
string codingSchemeVersion,
string codeValue,
string codeMeaning,
Leadtools.Dicom.DicomDateTimeValue contextGroupLocalVersion,
string contextGroupExtensionCreatorUID,
Leadtools.Dicom.DicomContextGroupTableInsertFlags flags
)
function Leadtools.Dicom.DicomContextGroupTable.InsertCodedConcept(
contextGroup ,
codingSchemeDesignator ,
codingSchemeVersion ,
codeValue ,
codeMeaning ,
contextGroupLocalVersion ,
contextGroupExtensionCreatorUID ,
flags
)
public:
Leadtools.Dicom.DicomCodedConcept^ InsertCodedConcept(
Leadtools.Dicom.DicomContextGroup^ contextGroup,
String^ codingSchemeDesignator,
String^ codingSchemeVersion,
String^ codeValue,
String^ codeMeaning,
Leadtools.Dicom.DicomDateTimeValue contextGroupLocalVersion,
String^ contextGroupExtensionCreatorUID,
Leadtools.Dicom.DicomContextGroupTableInsertFlags flags
)
contextGroup
The Context Group to which the new Coded Concept is to be added.
codingSchemeDesignator
The Coding Scheme Designator (0008,0102) for the new Coded Concept.
codingSchemeVersion
The Coding Scheme Version (0008,0103) for the new Coded Concept. Set this to null if no Coding Scheme Version is to be defined for the new Coded Concept.
codeValue
The Code Value (0008,0100) for the new Coded Concept.
codeMeaning
The Code Meaning (0008,0104) for the new Coded Concept.
contextGroupLocalVersion
The Context Group Local Version (0008,0107) for the new Coded Concept. Set this to null if no Context Group Local Version is to be defined for the new Coded Concept.
contextGroupExtensionCreatorUID
The Context Group Extension Creator UID (0008,010D) for the new Coded Concept. Set this to null if no Context Group Extension Creator UID is to be defined for the new Coded Concept.
flags
flag that controls the behavior of this method
DicomCodedConcept object that specifies the newly inserted Coded Concept. null if the method failed to allocate memory.
For an example, refer to Insert.
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