'Declaration
Public Overloads Function AddToDirectory( _ ByVal Image As DicomDataSet, _ ByVal Path As System.String, _ ByVal TransferSyntax As System.String _ ) As DicomDataSetCollection
'Usage
Dim instance As DicomDataSet Dim Image As DicomDataSet Dim Path As System.String Dim TransferSyntax As System.String Dim value As DicomDataSetCollection value = instance.AddToDirectory(Image, Path, TransferSyntax)
public DicomDataSetCollection AddToDirectory( DicomDataSet Image, System.string Path, System.string TransferSyntax )
public function AddToDirectory( Image: DicomDataSet; Path: System.String; TransferSyntax: System.String ): DicomDataSetCollection;
public function AddToDirectory( Image : DicomDataSet, Path : System.String, TransferSyntax : System.String ) : DicomDataSetCollection;
public: DicomDataSetCollection* AddToDirectory( DicomDataSet* Image, System.string* Path, System.string* TransferSyntax )
public: DicomDataSetCollection^ AddToDirectory( DicomDataSet^ Image, System.String^ Path, System.String^ TransferSyntax )
Parameters
- Image
Image from which to extract demographics, and (optionally) create an icon
- Path
The path is relative to where the DICOMDIR is to be written, and must conform to ISO9660/DICOM rules, and therefore be composed to up to 8 elements, each no more than 8 characters, with no extensions, separated by backslashes.
- TransferSyntax
The format with which the image is to be written to disk