Sets the value of the "Graphic Layer" element under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
public void SetLayerName(
DicomElement graphicAnnSQItem,
string layerName
)
Public Sub SetLayerName( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement, _
ByVal layerName As String _
)
public void SetLayerName(
Leadtools.Dicom.DicomElement graphicAnnSQItem,
string layerName
)
function Leadtools.Dicom.DicomDataSet.SetLayerName(
graphicAnnSQItem ,
layerName
)
public:
void SetLayerName(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem,
String^ layerName
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
layerName
Character string that contains the new layer name.
This method sets the value of the "Graphic Layer" element under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
For an example, refer to FindFirstGraphicAnnSQItem.
FindFirstGraphicAnnSQItem Method
FindNextGraphicAnnSQItem Method
GetLayerImageReferenceCount Method
RemoveImageReferenceFromLayer Method
RemoveAllImageReferencesFromLayer 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