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