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 > ModalityWorklistQuery Class : PatientName Property |
public PersonName PatientName {get; set;}
'Declaration Public Property PatientName As PersonName
'Usage Dim instance As ModalityWorklistQuery Dim value As PersonName instance.PatientName = value value = instance.PatientName
public: property PersonName^ PatientName { PersonName^ get(); void set ( PersonName^ value); }