Méthode | Description | |
---|---|---|
ChangeTransferSyntax ( |
Changes transfer syntax of dataset and updates file meta information
|
|
DicomFileFormat ( ) : System |
Initializes new DICOM file format
|
|
DicomFileFormat ( |
Initializes new DICOM file format from dataset
|
|
GetDatasetStream ( String file, bool useIsoStore = false ) : |
Gets file stream starting at DICOM dataset
|
|
IsDicomFile ( string file, bool useIsoStore = false ) : bool | ||
Load ( Stream fs, DicomReadOptions options ) : DicomReadStatus |
Loads a dicom file
|
|
Load ( Stream fs, Dicom.Data.DicomTag stopTag, DicomReadOptions options ) : DicomReadStatus |
Loads a dicom file, stopping at a certain tag
|
|
Load ( String file, DicomReadOptions options, bool useIsoStore = false ) : DicomReadStatus |
Loads a dicom file
|
|
Load ( String file, Dicom.Data.DicomTag stopTag, DicomReadOptions options, bool useIsoStore = false ) : DicomReadStatus |
Loads a dicom file, stopping at a certain tag
|
|
LoadFileMetaInfo ( String file, bool useIsoStore = false ) : |
Gets the file meta information from a DICOM file
|
|
Save ( string file, DicomWriteOptions options, bool useIsoStore = false ) : void |
Saves a DICOM file in the isolated storage area
|
Méthode | Description | |
---|---|---|
CheckFileHeader ( Stream fs ) : bool |
public ChangeTransferSyntax ( |
||
ts | New transfer syntax | |
parameters | DcmCodecParameters | Encode/Decode params |
Résultat | void |
public DicomFileFormat ( |
||
dataset | Dataset | |
Résultat | System |
public static GetDatasetStream ( String file, bool useIsoStore = false ) : |
||
file | String | Filename |
useIsoStore | bool | Get dataset from isolated store |
Résultat |
public static IsDicomFile ( string file, bool useIsoStore = false ) : bool | ||
file | string | |
useIsoStore | bool | |
Résultat | bool |
public Load ( Stream fs, DicomReadOptions options ) : DicomReadStatus | ||
fs | Stream | File stream to read |
options | DicomReadOptions | DICOM read options |
Résultat | DicomReadStatus |
public Load ( Stream fs, Dicom.Data.DicomTag stopTag, DicomReadOptions options ) : DicomReadStatus | ||
fs | Stream | File stream to read |
stopTag | Dicom.Data.DicomTag | Tag to stop parsing at |
options | DicomReadOptions | DICOM read options |
Résultat | DicomReadStatus |
public Load ( String file, DicomReadOptions options, bool useIsoStore = false ) : DicomReadStatus | ||
file | String | Filename |
options | DicomReadOptions | DICOM read options |
useIsoStore | bool | Load file from isolated storage |
Résultat | DicomReadStatus |
public Load ( String file, Dicom.Data.DicomTag stopTag, DicomReadOptions options, bool useIsoStore = false ) : DicomReadStatus | ||
file | String | Filename |
stopTag | Dicom.Data.DicomTag | Tag to stop parsing at |
options | DicomReadOptions | DICOM read options |
useIsoStore | bool | Load file from isolated storage |
Résultat | DicomReadStatus |
public static LoadFileMetaInfo ( String file, bool useIsoStore = false ) : |
||
file | String | Filename |
useIsoStore | bool | Load file from isolated storage |
Résultat |
public Save ( string file, DicomWriteOptions options, bool useIsoStore = false ) : void | ||
file | string | Filename |
options | DicomWriteOptions | DICOM write options |
useIsoStore | bool | Save in isolated storage |
Résultat | void |