填写治疗记录

Home 论坛 帮助 SOAP Notes 填写治疗记录

正在查看 1 个帖子:1-1 (共 1 个帖子)
  • 作者
    帖子
  • #4896 回复
    panhz
    管理员

    填写治疗记录

    1.从 myro.ca 登录到您的 MySOAP 帐户。

    2.点击屏幕左侧 MySOAP Notes 旁边的下拉箭头 ,

    选择预约 Booking -> Booking

    3.找到需要填写治疗记录的预约,鼠标悬停,点击 Intake 右侧的下拉箭头。

    4.选择 Informed Consent, Treatment Plan, Treatment Notes Sensitive Consent (Consent for Assessment and Treatment of Sensitive Areas) 等进行填写。

    5.点击 Submit 以确认并提交。

    备注:Client 身份无法填写治疗记录。

正在查看 1 个帖子:1-1 (共 1 个帖子)
回复至:填写治疗记录
您的信息:




    post_title,$not_in_menu)) continue; if(in_array($page->post_title,array("客户登录","用户注册","购物车","产品展示","设备展示","ISO认证","PCB询价","PCBA询价",'购物车','product-list','product-detail',"网站地图","今日特价","今日特价信息"))) continue; if($page->post_parent == 0){ $title_array["$page->ID"][0] = $page->post_title; }else{ if(get_page($page->post_parent)->post_parent == 0) $title_array["$page->post_parent"]["$page->ID"] = $page->post_title; //echo $title_array['$page->post_parent'] = $page->ID; //echo "
  • ".$page->post_title."
      "; //echo "
  • "; } } //var_dump($title_array); foreach($title_array as $key => $value){ if(count($value) == 1){ if(strtoupper($title_array[$key][0])=="MY CART"){ $cart_key = $key; //echo "
  • ".$title_array[$key][0]."
  • "; }else{ echo "
  • ".$title_array[$key][0]."
  • "; } }elseif(count($value) > 1){ echo "
  • ".$title_array[$key][0]."
      "; /* foreach($value as $key2 => $temp){ if($key2 != 0){ echo "
    • ".$temp."
    • "; } } */ echo "
  • "; } } ?>