Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > IStorageDataAccessAgent Interface > StoreDicom Method : StoreDicom(DicomDataSet,String,String,String,ReferencedImages[],Boolean,Boolean,Boolean,Boolean) Method |
void StoreDicom( DicomDataSet dataSet, string referencedFileName, string retrieveAe, string storeAe, ReferencedImages[] images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool updateExistentInstances )
'Declaration Overloads Sub StoreDicom( _ ByVal dataSet As DicomDataSet, _ ByVal referencedFileName 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 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, retrieveAe, storeAe, images, updateExistentPatient, updateExistentStudy, updateExistentSeries, updateExistentInstances)