| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Patients As DicomInformation.PatientsDataTable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomInformation.PatientsDataTable Patients {get;} | |
| C++/CLI | |
|---|---|
public: property DicomInformation.PatientsDataTable^ Patients { DicomInformation.PatientsDataTable^ get(); } | |
Return Value
Get a DicomInformation.PatientsDataTable containing the DICOM patients information.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code