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

Show in webframe

StoreDicom(DicomDataSet,String,String,String,String,String,ReferencedImages[],Boolean,Boolean,Boolean,Boolean) Method






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
If the Leadtools.Dicom.DicomDataSet is stored externally, the store token used to retrieve the Leadtools.Dicom.DicomDataSet; otherwise string.Empty
If the Leadtools.Dicom.DicomDataSet is stored externally, the GUID that uniquely identifies the external store addin used to retrieve the Leadtools.Dicom.DicomDataSet; otherwise string.Empty
A System.String The AE title
The AE Title System.String of the SCU that sent the original C-Store-REQ
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
 
Overloads Sub StoreDicom( _
   ByVal dataSet As DicomDataSet, _
   ByVal referencedFileName As String, _
   ByVal token As String, _
   ByVal externalStoreGuid As String, _
   ByVal retrieveAe As String, _
   ByVal storeAe 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 token As String
Dim externalStoreGuid As String
Dim retrieveAe As String
Dim storeAe 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, token, externalStoreGuid, retrieveAe, storeAe, 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
token
If the Leadtools.Dicom.DicomDataSet is stored externally, the store token used to retrieve the Leadtools.Dicom.DicomDataSet; otherwise string.Empty
externalStoreGuid
If the Leadtools.Dicom.DicomDataSet is stored externally, the GUID that uniquely identifies the external store addin used to retrieve the Leadtools.Dicom.DicomDataSet; otherwise string.Empty
retrieveAe
A System.String The AE title
storeAe
The AE Title System.String of the SCU that sent the original C-Store-REQ
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
Overload List

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