←Select platform

WritePatientUpdateOptions Method

Summary

Stores PatientUpdateOptions to a DicomDataSet

Syntax
C#
VB
C++
public static DicomElement WritePatientUpdateOptions( 
   this DicomDataSet ds, 
   PatientUpdateOptions options 
) 
<ExtensionAttribute()> 
 Public Shared Function WritePatientUpdateOptions( 
   ByVal ds As DicomDataSet, 
   ByVal options As PatientUpdateOptions 
) As DicomElement 
public:  
   [ExtensionAttribute] 
   static DicomElement^ WritePatientUpdateOptions( 
      DicomDataSet^ ds, 
      PatientUpdateOptions^ options 
   ) 

Parameters

ds

The DicomDataSet from which to store the PatientUpdateOptions

options

The PatientUpdateOptions to store

Return Value

The DicomElement that corresponds to the stored PatientUpdateOptions.

Remarks

PatientUpdateOptions are stored in the private tag TagPatientUpdateOptions in a DicomDataSet.

The TagPatientUpdateOptions private tag is created if it does not exist. Otherwise, any existing value is overwritten.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.