Example #1
0
 public function deletePatientReferral($params)
 {
     return $this->r->destroy($params);
 }
Example #2
0
 public function destroyEncounterDx($params)
 {
     return $this->edx->destroy($params);
 }
Example #3
0
 public function destroyPatientAllergy($params)
 {
     return $this->a->destroy($params);
 }
Example #4
0
 public function destroyReminder($params)
 {
     return $this->r->destroy($params);
 }
Example #5
0
 /**
  * @param $params
  *
  * @return mixed
  */
 public function deleteServer($params)
 {
     return $this->s->destroy($params);
 }
Example #6
0
 public function destroyPatientCarePlanGoal($params)
 {
     return $this->c->destroy($params);
 }
Example #7
0
 public function destroyNote($params)
 {
     return $this->n->destroy($params);
 }
Example #8
0
 public function removeEncounterService($params)
 {
     return $this->s->destroy($params);
 }
Example #9
0
 /**
  * @param $params
  * @return mixed
  */
 public function deleteFamilyHistory($params)
 {
     return $this->fh->destroy($params);
 }
Example #10
0
 /**
  * @param $params
  * @return mixed
  */
 public function destroySocialHistory($params)
 {
     $this->setModel();
     return $this->s->destroy($params);
 }
 public function destroyCognitiveAndFunctionalStatus($params)
 {
     return $this->c->destroy($params);
 }
Example #12
0
 public function destroyPatientActiveProblem($params)
 {
     return $this->a->destroy($params);
 }
Example #13
0
 /**
  * @param $params
  * @return mixed
  */
 public function deleteDepartment($params)
 {
     $this->setDepartmentModel();
     return $this->d->destroy($params);
 }
Example #14
0
 public function destroyDisclosure($params)
 {
     return $this->d->destroy($params);
 }
Example #15
0
 public function deleteTemplatePanelTemplate($params)
 {
     return $this->i->destroy($params);
 }
Example #16
0
 public function destroyAmendment($params)
 {
     return $this->a->destroy($params);
 }
Example #17
0
 public function destroyPatientAdvanceDirective($params)
 {
     return $this->a->destroy($params);
 }
Example #18
0
 public function deleteReferringProviderFacility($params)
 {
     return $this->f->destroy($params);
 }
Example #19
0
 public function destroyPatientMedication($params)
 {
     return $this->m->destroy($params);
 }
Example #20
0
 public function destroyTempDocument($params)
 {
     $this->setPatientDocumentTempModel();
     return $this->t->destroy($params);
 }
Example #21
0
 public function destroyProcedure($params)
 {
     return $this->p->destroy($params);
 }
Example #22
0
 public function deleteSoapSnippets($params)
 {
     $this->setSnippetModel();
     return $this->Snippet->destroy($params);
 }
Example #23
0
 public function deleteProviderCredentialization($params)
 {
     $this->getProviderCredentializationModel();
     return $this->pc->destroy($params);
 }
Example #24
0
File: CPT.php Project: igez/gaiaehr
 public function deleteCPT($params)
 {
     return $this->c->destroy($params);
 }
Example #25
0
 /**
  * @param $params
  * @return mixed
  */
 public function destroyInsurance($params)
 {
     return $this->pi->destroy($params);
 }
Example #26
0
 /**
  * @param $params
  *
  * @return mixed
  */
 public function destroyContact($params)
 {
     return $this->a->destroy($params);
 }
Example #27
0
 public function deleteSpecialty($params)
 {
     return $this->s->destroy($params);
 }
Example #28
0
 public function destroyImage($params)
 {
     return $this->i->destroy($params);
 }