Patient Property

Summary

Gets or sets the patient query information.

Syntax
C#
VB
C++
public PatientQuery Patient { get; set; } 
  
Public Property Patient As PatientQuery 
public: 
property PatientQuery^ Patient { 
   PatientQuery^ get(); 
   void set (    PatientQuery^ ); 
} 

Property Value

The patient query information.

Requirements

Target Platforms

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