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 > IDicomDataSetConverter2 Interface > FillADONetDataSet Method : FillADONetDataSet(CompositeInstanceDataSet,DicomDataSet,String,String,String,ReferencedImages[],Boolean,Boolean,Boolean,Boolean) Method |
void FillADONetDataSet( CompositeInstanceDataSet instanceDataSet, DicomDataSet dicomDataSet, string referencedFileName, string retrieveAe, string storeAe, ReferencedImages[] images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool updateExistentInstances )
'Declaration Overloads Sub FillADONetDataSet( _ ByVal instanceDataSet As CompositeInstanceDataSet, _ ByVal dicomDataSet 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 IDicomDataSetConverter2 Dim instanceDataSet As CompositeInstanceDataSet Dim dicomDataSet 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.FillADONetDataSet(instanceDataSet, dicomDataSet, referencedFileName, retrieveAe, storeAe, images, updateExistentPatient, updateExistentStudy, updateExistentSeries, updateExistentInstances)
void FillADONetDataSet( CompositeInstanceDataSet^ instanceDataSet, DicomDataSet^ dicomDataSet, String^ referencedFileName, String^ retrieveAe, String^ storeAe, array<ReferencedImages^>^ images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool updateExistentInstances )