- patientId
- The Patient ID String value for the patient object.
Visual Basic (Declaration) | |
---|---|
Overridable Function GetPatient( _ ByVal patientId As String _ ) As DicomInformation.PatientsRow |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual DicomInformation.PatientsRow GetPatient( string patientId ) |
C++/CLI | |
---|---|
virtual DicomInformation.PatientsRow^ GetPatient( String^ patientId ) |
Parameters
- patientId
- The Patient ID String value for the patient object.
Return Value
An DicomInformation.PatientsRow object containing the information for the Patient. It is null if no matching patient is found.Use this method to return a single patient information.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family