←Select platform

StoreDicom(DicomDataSet,string,string,string,ReferencedImages[],bool,bool,bool,bool) Method

Summary

Add DICOM information into the storage source.

Syntax

C#
VB
C++
  
Overloads Sub StoreDicom( _ 
   ByVal dataSet As Leadtools.Dicom.DicomDataSet, _ 
   ByVal referencedFileName As String, _ 
   ByVal retrieveAe As String, _ 
   ByVal storeAe As String, _ 
   ByVal images() As Leadtools.Medical.Storage.Dataaccesslayer.ReferencedImages, _ 
   ByVal updateExistentPatient As Boolean, _ 
   ByVal updateExistentStudy As Boolean, _ 
   ByVal updateExistentSeries As Boolean, _ 
   ByVal updateExistentInstances As Boolean _ 
)  

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

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

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly