Returns the name of the database table that corresponds to the DICOM Patient IOD
public static string PatientTableName { get; }
Public Shared ReadOnly Property PatientTableName() As String
Get
public:
static property String^ PatientTableName
{
String^ get()
}
The name of the database table that corresponds to the DICOM Patient IOD
The default database patient table name is "Patient". This behavior can be overriden by setting the database schema property, and setting a user-defined Storage Catalog.
For more information on overriding the default behavior, refer to LEAD Medical Storage Server Custom Database.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET