'DeclarationPublic Overloads Function AddToDirectory( _ ByVal dataSet As DicomDataSet, _ ByVal Path As String, _ ByVal TransferSyntax As String, _ ByVal IconSize As Short, _ ByVal Level As QueryLevel _ ) As DicomDataSetCollection
'UsageDim instance As DicomDataSet Dim dataSet As DicomDataSet Dim Path As String Dim TransferSyntax As String Dim IconSize As Short Dim Level As QueryLevel Dim value As DicomDataSetCollection value = instance.AddToDirectory(dataSet, Path, TransferSyntax, IconSize, Level)
public DicomDataSetCollection AddToDirectory( DicomDataSet dataSet, string Path, string TransferSyntax, short IconSize, QueryLevel Level )
public: DicomDataSetCollection^ AddToDirectory( DicomDataSet^ dataSet, String^ Path, String^ TransferSyntax, short IconSize, QueryLevel Level )
Parameters
- dataSet
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 6 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
- IconSize
The size of the icon image to be included in the DICOMDIR � use 0 for no icon
- Level
Specify which level to add the Icon to.