- instanceDataSet
- The CompositeInstanceDataSet which will contains the information from the dicomDataSet
- dicomDataSet
- The Leadtools.Dicom.DicomDataSet to convert.
- referencedFileName
- The path for the Leadtools.Dicom.DicomDataSet.
- retrieveAe
- The AE Title System.String for the server used to retrieve the dicomDataSet.
- images
- The ReferencedImages generated from the dicomDataSet.
- updateExistentPatient
- true to update the patient information in the given instanceDataSet if the given dicomDataSet has different values.
- updateExistentStudy
- true to update the study information in the given instanceDataSet if the given dicomDataSet has different values.
- updateExistentSeries
- true to update the series information in the given instanceDataSet if the given dicomDataSet has different values.
- updateExistentInstances
- true to update the instance information in the given instanceDataSet if the given dicomDataSet has different values.
Visual Basic (Declaration) | |
---|---|
Public Sub FillADONetDataSet( _ ByVal instanceDataSet As CompositeInstanceDataSet, _ ByVal dicomDataSet 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 DicomDataSetConverter Dim instanceDataSet As CompositeInstanceDataSet Dim dicomDataSet 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.FillADONetDataSet(instanceDataSet, dicomDataSet, referencedFileName, retrieveAe, images, updateExistentPatient, updateExistentStudy, updateExistentSeries, updateExistentInstances) |
C# | |
---|---|
public void FillADONetDataSet( CompositeInstanceDataSet instanceDataSet, DicomDataSet dicomDataSet, string referencedFileName, string retrieveAe, ReferencedImages[] images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool updateExistentInstances ) |
C++/CLI | |
---|---|
public: void FillADONetDataSet( CompositeInstanceDataSet^ instanceDataSet, DicomDataSet^ dicomDataSet, String^ referencedFileName, String^ retrieveAe, array<ReferencedImages^>^ images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool updateExistentInstances ) |
Parameters
- instanceDataSet
- The CompositeInstanceDataSet which will contains the information from the dicomDataSet
- dicomDataSet
- The Leadtools.Dicom.DicomDataSet to convert.
- referencedFileName
- The path for the Leadtools.Dicom.DicomDataSet.
- retrieveAe
- The AE Title System.String for the server used to retrieve the dicomDataSet.
- images
- The ReferencedImages generated from the dicomDataSet.
- updateExistentPatient
- true to update the patient information in the given instanceDataSet if the given dicomDataSet has different values.
- updateExistentStudy
- true to update the study information in the given instanceDataSet if the given dicomDataSet has different values.
- updateExistentSeries
- true to update the series information in the given instanceDataSet if the given dicomDataSet has different values.
- updateExistentInstances
- true to update the instance information in the given instanceDataSet if the given dicomDataSet has different values.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7