- patientId
- The Patient's ID as a String value.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function GetPatient( _ ByVal patientId As String _ ) As DicomInformation.PatientsRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual DicomInformation.PatientsRow GetPatient( string patientId ) | |
| C++/CLI | |
|---|---|
public: virtual DicomInformation.PatientsRow^ GetPatient( String^ patientId ) | |
Parameters
- patientId
- The Patient's ID as a String value.
Return Value
A DicomInformation.PatientsRow object containing the information about 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
Copy Code