function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = 'source_http';
     $spec->key = 'source_http_id';
     return $spec;
 }
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = "source_file_system";
     $spec->key = "source_file_system_id";
     return $spec;
 }
 /**
  * Initialize the class specifications
  *
  * @return CMbFieldSpec
  */
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = "source_sftp";
     $spec->key = "source_sftp_id";
     return $spec;
 }
 /**
  * Initialize the class specifications
  * 
  * @return CMbFieldSpec
  */
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = "dicom_source";
     $spec->key = "dicom_source_id";
     return $spec;
 }