LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
StoreDicom Method
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > IStorageDataAccessAgent Interface : StoreDicom Method



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.
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.
Add DICOM information into the storage source.

Syntax

Visual Basic (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 _
) 
Visual Basic (Usage)Copy Code
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features