- PatientID
- The patient ID to search for the matching row.
| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function FindByPatientID( _ ByVal PatientID As String _ ) As DicomInformation.PatientsRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public DicomInformation.PatientsRow FindByPatientID( string PatientID ) | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: DicomInformation.PatientsRow^ FindByPatientID( String^ PatientID ) | |
Parameters
- PatientID
- The patient ID to search for the matching row.
Return Value
The matching DicomInformation.PatientsRow, null if no match is found.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code