LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

StoreDicom Method (IStorageDataAccessAgent)

Show in webframe





Type: Leadtools.Dicom.DicomDataSet The Leadtools.Dicom.DicomDataSet which contains the information you want to store.
A System.String The physical path for the Leadtools.Dicom.DicomDataSet
A System.String The AE title
Type: Array of ReferencedImages. The information for the referenced images generated by the stored dataSet.
Type: System.Boolean true to update the patient information identified by the Patient ID if found in the storage source and the given dataSet has different values.
Type: System.Boolean true to update the study information identified by the Study Instance UID if found in the storage source and the given dataSet has different values.
Type: System.Boolean true to update the series information identified by the Series Instance UID if found in the storage source and the given dataSet has different values.
true to update the composite instance information identified by the SOP Instance UID if found in the storage source and the given dataSet has different values.
Add DICOM information into the storage source.
Syntax
'Declaration
 
Sub StoreDicom( _
   ByVal dataSet As DicomDataSet, _
   ByVal referencedFileName As String, _
   ByVal retrieveAe As String, _
   ByVal images() As ReferencedImages, _
   ByVal updateExistentPatient As Boolean, _
   ByVal updateExistentStudy As Boolean, _
   ByVal updateExistentSeries As Boolean, _
   ByVal updateExistentInstances As Boolean _
) 
'Usage
 
Dim instance As IStorageDataAccessAgent
Dim dataSet As DicomDataSet
Dim referencedFileName As String
Dim retrieveAe As String
Dim images() As ReferencedImages
Dim updateExistentPatient As Boolean
Dim updateExistentStudy As Boolean
Dim updateExistentSeries As Boolean
Dim updateExistentInstances As Boolean
 
instance.StoreDicom(dataSet, referencedFileName, retrieveAe, images, updateExistentPatient, updateExistentStudy, updateExistentSeries, updateExistentInstances)

            

            

Parameters

dataSet
Type: Leadtools.Dicom.DicomDataSet The Leadtools.Dicom.DicomDataSet which contains the information you want to store.
referencedFileName
A System.String The physical path for the Leadtools.Dicom.DicomDataSet
retrieveAe
A System.String The AE title
images
Type: Array of ReferencedImages. The information for the referenced images generated by the stored dataSet.
updateExistentPatient
Type: System.Boolean true to update the patient information identified by the Patient ID if found in the storage source and the given dataSet has different values.
updateExistentStudy
Type: System.Boolean true to update the study information identified by the Study Instance UID if found in the storage source and the given dataSet has different values.
updateExistentSeries
Type: System.Boolean true to update the series information identified by the Series Instance UID if found in the storage source and the given dataSet has different values.
updateExistentInstances
true to update the composite instance information identified by the SOP Instance UID if found in the storage source and the given dataSet has different values.
Requirements

Target Platforms

See Also

Reference

IStorageDataAccessAgent Interface
IStorageDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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