←Select platform

WritePatientUpdateOptions Method

Summary

Stores PatientUpdateOptions to a DicomDataSet

Syntax
C#
C++/CLI
public static DicomElement WritePatientUpdateOptions( 
   this DicomDataSet ds, 
   PatientUpdateOptions options 
) 
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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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