ClearCanvas.ImageViewer.StudyManagement.Sop.this C# (CSharp) Method

this() public method

Gets a specific DICOM attribute in the underlying native object.
DicomAttributes returned from this indexer are considered read-only and should not be modified in any way.
Thrown if the specified DICOM tag is not within the valid range for either the meta info or the dataset.
public this ( ClearCanvas.Dicom.DicomTag tag ) : ClearCanvas.Dicom.DicomAttribute
tag ClearCanvas.Dicom.DicomTag The DICOM tag of the attribute to retrieve.
return ClearCanvas.Dicom.DicomAttribute
		public virtual DicomAttribute this[DicomTag tag]
		{
			get { return DataSource[tag]; }
		}

Same methods

Sop::this ( uint tag ) : ClearCanvas.Dicom.DicomAttribute
Sop::this ( ClearCanvas.Dicom.DicomTag tag ) : DicomAttributeIDicomAttributeProvider.System
Sop::this ( uint tag ) : DicomAttributeIDicomAttributeProvider.System