LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

InsertCodedConcept Method








The Context Group to which the new Coded Concept is to be added.
The Coding Scheme Designator (0008,0102) for the new Coded Concept.
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.
The Code Value (0008,0100) for the new Coded Concept.
The Code Meaning (0008,0104) for the new Coded Concept.
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.
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.
flag that controls the behavior of this method
Adds a new Coded Concept to the specified Context Group. .NET support WinRT support
Syntax
'Declaration
 
Public Function InsertCodedConcept( _
   ByVal contextGroup As DicomContextGroup, _
   ByVal codingSchemeDesignator As String, _
   ByVal codingSchemeVersion As String, _
   ByVal codeValue As String, _
   ByVal codeMeaning As String, _
   ByVal contextGroupLocalVersion As DicomDateTimeValue, _
   ByVal contextGroupExtensionCreatorUID As String, _
   ByVal flags As DicomContextGroupTableInsertFlags _
) As DicomCodedConcept
'Usage
 
Dim instance As DicomContextGroupTable
Dim contextGroup As DicomContextGroup
Dim codingSchemeDesignator As String
Dim codingSchemeVersion As String
Dim codeValue As String
Dim codeMeaning As String
Dim contextGroupLocalVersion As DicomDateTimeValue
Dim contextGroupExtensionCreatorUID As String
Dim flags As DicomContextGroupTableInsertFlags
Dim value As DicomCodedConcept
 
value = instance.InsertCodedConcept(contextGroup, codingSchemeDesignator, codingSchemeVersion, codeValue, codeMeaning, contextGroupLocalVersion, contextGroupExtensionCreatorUID, flags)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomContextGroupTable.InsertCodedConcept( 
   contextGroup ,
   codingSchemeDesignator ,
   codingSchemeVersion ,
   codeValue ,
   codeMeaning ,
   contextGroupLocalVersion ,
   contextGroupExtensionCreatorUID ,
   flags 
)

Parameters

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

Return Value

DicomCodedConcept object that specifies the newly inserted Coded Concept. null if the method failed to allocate memory.
Remarks
Example
For an example, refer to Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomContextGroupTable Class
DicomContextGroupTable Members
SetCodeMeaning Method
DeleteCodedConcept Method
GetFirstCodedConcept Method
FindCodedConceptByIndex Method
Default Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features