Свойство | Тип | Описание | |
---|---|---|---|
GetImageSopClasses | IEnumerable |
||
GetSeriesIdentifier | ISeriesIdentifier | ||
GetStudyIdentifier | IStudyRootStudyIdentifier | ||
Initialize | void | ||
IsImageSop | bool | ||
IsImageSop | bool | ||
this | DicomAttributeIDicomAttributeProvider.System | ||
this | DicomAttributeIDicomAttributeProvider.System |
Метод | Описание | |
---|---|---|
Create ( ISopDataSource dataSource ) : |
Creates either a Sop or ImageSop based on the SopClass of the given ISopDataSource.
|
|
Create ( string filename ) : |
Creates either a Sop or ImageSop based on the SopClass of the SOP instance specified by filename.
|
|
GetIdentifier ( ) : IImageIdentifier |
Gets an IImageIdentifier for this Sop. An IImageIdentifier can be used in situations where you only need some data about the Sop, but not the Sop itself. It can be problematic to hold references to Sop objects outside the context of an IImageViewer without creating a |
|
ResetCache ( ) : void |
Resets any values that were cached after reading from DataSource. Many of the property values are cached for performance reasons, as they generally never change, and parsing values from the image header can be expensive, especially when done repeatedly. |
|
Sop ( ISopDataSource dataSource ) : System |
Creates a new instance of Sop.
|
|
Sop ( string filename ) : System |
Creates a new instance of Sop from a local file.
|
|
ToString ( ) : string |
Returns the SOP instance UID in string form.
|
|
TryGetAttribute ( ClearCanvas.Dicom.DicomTag tag, ClearCanvas.Dicom.DicomAttribute &dicomAttribute ) : bool |
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. |
|
TryGetAttribute ( uint tag, ClearCanvas.Dicom.DicomAttribute &dicomAttribute ) : bool |
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. |
|
Validate ( ) : void |
The Sop class (and derived classes) should not validate tag values from within its properties, but instead clients should call this method at an appropriate time to determine whether or not the Sop should be used or discarded as invalid.
|
|
ValidateAllowableTransferSyntax ( ) : void | ||
this ( ClearCanvas.Dicom.DicomTag tag ) : ClearCanvas.Dicom.DicomAttribute |
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. |
|
this ( uint tag ) : ClearCanvas.Dicom.DicomAttribute |
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. |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes all resources being used by this Sop.
|
|
GetAllowableTransferSyntaxes ( ) : IEnumerable |
||
ValidateInternal ( ) : void |
Validates the Sop object. Derived classes should call the base class implementation first, and then do further validation. The Sop class validates properties deemed vital to usage of the object. |
Метод | Описание | |
---|---|---|
GetImageSopClasses ( ) : IEnumerable |
||
GetSeriesIdentifier ( ) : ISeriesIdentifier | ||
GetStudyIdentifier ( ) : IStudyRootStudyIdentifier | ||
Initialize ( ISopDataSource dataSource ) : void | ||
IsImageSop ( ClearCanvas.Dicom.SopClass sopClass ) : bool | ||
IsImageSop ( string sopClassUid ) : bool | ||
this ( ClearCanvas.Dicom.DicomTag tag ) : DicomAttributeIDicomAttributeProvider.System | ||
this ( uint tag ) : DicomAttributeIDicomAttributeProvider.System |
public static Create ( ISopDataSource dataSource ) : |
||
dataSource | ISopDataSource | |
Результат |
public static Create ( string filename ) : |
||
filename | string | |
Результат |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected GetAllowableTransferSyntaxes ( ) : IEnumerable |
||
Результат | IEnumerable |
public GetIdentifier ( ) : IImageIdentifier | ||
Результат | IImageIdentifier |
public Sop ( ISopDataSource dataSource ) : System | ||
dataSource | ISopDataSource | |
Результат | System |
public Sop ( string filename ) : System | ||
filename | string | The path to a local DICOM Part 10 file. |
Результат | System |
public TryGetAttribute ( ClearCanvas.Dicom.DicomTag tag, ClearCanvas.Dicom.DicomAttribute &dicomAttribute ) : bool | ||
tag | ClearCanvas.Dicom.DicomTag | The DICOM tag of the attribute to retrieve. |
dicomAttribute | ClearCanvas.Dicom.DicomAttribute | Returns the requested |
Результат | bool |
public TryGetAttribute ( uint tag, ClearCanvas.Dicom.DicomAttribute &dicomAttribute ) : bool | ||
tag | uint | The DICOM tag of the attribute to retrieve. |
dicomAttribute | ClearCanvas.Dicom.DicomAttribute | Returns the requested |
Результат | bool |
public ValidateAllowableTransferSyntax ( ) : void | ||
Результат | void |
public this ( ClearCanvas.Dicom.DicomTag tag ) : ClearCanvas.Dicom.DicomAttribute | ||
tag | ClearCanvas.Dicom.DicomTag | The DICOM tag of the attribute to retrieve. |
Результат | ClearCanvas.Dicom.DicomAttribute |
public this ( uint tag ) : ClearCanvas.Dicom.DicomAttribute | ||
tag | uint | The DICOM tag of the attribute to retrieve. |
Результат | ClearCanvas.Dicom.DicomAttribute |