Id Property

Summary

Gets the patient's id.

Syntax
C#
VB
C++
[Element(DicomTag.PatientID)] 
public string Id { get; set; } 
  
Public Property Id As String 
public: 
property String^ Id { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Primary hospital identification number or code for the patient.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

Patient Class

Patient Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly