Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

UpdateDicomDataSet Method (IInstanceInfo)






the updated version of the Leadtools.Dicom.DicomDataSet
a System.Data.DataRow in the Instance table
Leadtools.Dicom.DicomDataSetSaveFlags that control how the ds is saved.
Updates a Leadtools.Dicom.DicomDataSet specified by row.
Syntax
void UpdateDicomDataSet( 
   DicomDataSet ds,
   DataRow row,
   DicomDataSetSaveFlags flags
)
'Declaration
 
Sub UpdateDicomDataSet( _
   ByVal ds As DicomDataSet, _
   ByVal row As DataRow, _
   ByVal flags As DicomDataSetSaveFlags _
) 
'Usage
 
Dim instance As IInstanceInfo
Dim ds As DicomDataSet
Dim row As DataRow
Dim flags As DicomDataSetSaveFlags
 
instance.UpdateDicomDataSet(ds, row, flags)

            

            
void UpdateDicomDataSet( 
   DicomDataSet^ ds,
   DataRow^ row,
   DicomDataSetSaveFlags flags
) 

Parameters

ds
the updated version of the Leadtools.Dicom.DicomDataSet
row
a System.Data.DataRow in the Instance table
flags
Leadtools.Dicom.DicomDataSetSaveFlags that control how the ds is saved.
Remarks
The Leadtools.Dicom.DicomDataSet to be updated can be either stored locally or externally. row specifies the Leadtools.Dicom.DicomDataSet to be updated, and ds is the udpated version of the Leadtools.Dicom.DicomDataSet.

For more information, see:

Requirements

Target Platforms

See Also

Reference

IInstanceInfo Interface
IInstanceInfo Members

Error processing SSI file
Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features