Retrieves the value of the "Graphic Layer" element under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
public string GetLayerName(
DicomElement graphicAnnSQItem
)
Public Function GetLayerName( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _
) As String
public string GetLayerName(
Leadtools.Dicom.DicomElement graphicAnnSQItem
)
function Leadtools.Dicom.DicomDataSet.GetLayerName(
graphicAnnSQItem
)
public:
String^ GetLayerName(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
The layer name.
This method retrieves 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