Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu.Queries Namespace > StudyRootQuerySeries Class : Patient Property |
public PatientQuery Patient {get; set;}
'Declaration Public Property Patient As PatientQuery
'Usage Dim instance As StudyRootQuerySeries Dim value As PatientQuery instance.Patient = value value = instance.Patient
public: property PatientQuery^ Patient { PatientQuery^ get(); void set ( PatientQuery^ value); }