Gets the number of existing studies for the specified patient.
protected virtual int GetPatientStudyCount(
string
)
'Declaration
Protected Overridable Function GetPatientStudyCount( _
ByVal As String _
) As Integer
'Usage
Dim instance As PatientUpdaterCommand
Dim patientID As String
Dim value As Integer
value = instance.GetPatientStudyCount(patientID)
protected:
virtual int GetPatientStudyCount(
String^
)
Parameters
- patientID
- The patient ID.
Return Value
The number of studies for the specified patient.