- 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
- 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.
Visual Basic (Declaration) | |
---|---|
Sub StoreDicom( _ ByVal dataSet 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 IStorageDataAccessAgent Dim dataSet 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.StoreDicom(dataSet, referencedFileName, retrieveAe, images, updateExistentPatient, updateExistentStudy, updateExistentSeries, updateExistentInstances) |
C# | |
---|---|
void StoreDicom( DicomDataSet dataSet, string referencedFileName, string retrieveAe, ReferencedImages[] images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool updateExistentInstances ) |
C++/CLI | |
---|---|
void StoreDicom( DicomDataSet^ dataSet, String^ referencedFileName, String^ retrieveAe, array<ReferencedImages^>^ images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool 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
- retrieveAe
- A System.String The AE title
- 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7