Sets the Code Meaning (0008,0104) for the specified Coded Concept.
public bool SetCodeMeaning(
DicomCodedConcept codedConcept,
string codeMeaning
)
Public Function SetCodeMeaning( _
ByVal codedConcept As Leadtools.Dicom.DicomCodedConcept, _
ByVal codeMeaning As String _
) As Boolean
public bool SetCodeMeaning(
Leadtools.Dicom.DicomCodedConcept codedConcept,
string codeMeaning
)
function Leadtools.Dicom.DicomContextGroupTable.SetCodeMeaning(
codedConcept ,
codeMeaning
)
public:
bool SetCodeMeaning(
Leadtools.Dicom.DicomCodedConcept^ codedConcept,
String^ codeMeaning
)
codedConcept
DicomCodedConcept object that specifies the Coded Concept whose Code Meaning is to be set.
codeMeaning
The new Code Meaning (0008,0104).
true if the Code Meaning was set successfully. false if the method failed to allocate memory.
If a Context Group in the Context Group Table has a corresponding Group in the internal table maintained by LEADTOOLS, then you can use the Default method to discard any changes made to the Context Group, including those made to the Code Meanings of its Coded Concepts, and to revert to the values stored in the internal table. For a list of the Context Identifiers (CIDs) of the Context Groups in the internal table, along with their names, refer to Context Identifier Values.
For an example, refer to Insert.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
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