function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = 'sender_file_system';
     $spec->key = 'sender_file_system_id';
     return $spec;
 }
Ejemplo n.º 2
0
 /**
  * Initialize the class specifications
  * 
  * @return CMbFieldSpec
  */
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = "dicom_sender";
     $spec->key = "dicom_sender_id";
     return $spec;
 }
Ejemplo n.º 3
0
 /**
  * @see parent::getSpec()
  */
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = 'sender_mllp';
     $spec->key = 'sender_mllp_id';
     return $spec;
 }
Ejemplo n.º 4
0
 /**
  * Initialize the class specifications
  *
  * @return CMbFieldSpec
  */
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = "sender_sftp";
     $spec->key = "sender_sftp_id";
     return $spec;
 }