/**
 *
 * @OA\Post(
 *      path="/common/hospital/index",
 *      tags={"共用数据接口"},
 *      summary="关键字搜索医院",
 *      description="关键字搜索医院",
 *      operationId="/hospital/index",
 *      @OA\RequestBody(
 *          required=true,
 *          description="请求参数",
 *          @OA\MediaType(
 *              mediaType="multipart/form-data",
 *              @OA\Schema(
 *                  type="object",
 *                  @OA\Property(property="user_token", type="string", description="用户token"),
 *                  @OA\Property(property="user_yyid", type="string", description="用户yyid"),
 *                  @OA\Property(property="keyword", type="string", description="关键词"),
 *                  @OA\Property(property="pro_yyid", type="string", description="省yyid"),
 *                  @OA\Property(property="city_yyid", type="string", description="市yyid"),
 *                  @OA\Property(property="level", type="integer", description="等级 一级-1 二级-2 三级-3 未定级-0或不传 默认0"),
 *                  @OA\Property(property="page", type="integer", description="页码值"),
 *                  @OA\Property(property="page_size", type="integer", description="每页显示的条数"),
 *                  required={"user_token","user_yyid"}
 *              )
 *          )
 *      ),
 *      @OA\Response(
 *           response="200",
 *          description="请求成功返回",
 *          @OA\MediaType(
 *                  mediaType="application/json",
 *                  @OA\Schema(
 *                      type="object",
 *                      @OA\Property(property="errcode", type="string", description="错误码"),
 *                      @OA\Property(property="errmsg", type="string", description="错误信息"),
 *                      @OA\Property(
 *                          property="data",
 *                          type="object",
 *                          @OA\Property(property="id", type="integer", description="id"),
 *                          @OA\Property(property="yyid", type="string", description="医院yyid"),
 *                          @OA\Property(property="pro", type="string", description="省"),
 *                          @OA\Property(property="city", type="string", description="市"),
 *                          @OA\Property(property="hospital_name", type="string", description="医院名称"),
 *                          @OA\Property(property="alias_name", type="string", description="别名"),
 *                          @OA\Property(property="addr", type="string", description="地址"),
 *                          @OA\Property(property="level", type="string", description="级别"),
 *                          @OA\Property(property="method", type="string", description="医院类别"),
 *                          @OA\Property(property="url", type="string", description="医院网站"),
 *                      ),
 *                      example={
 *                          "errcode":0,
 *                          "errmsg":"Success",
 *                          "data":{
 *                              "list": {
 *                                  {
 *                                      "id": 224,
 *                                      "yyid": "B5D5F741534311E79E6C68F728954D54",
 *                                      "pro": "吉林省",
 *                                      "city": "四平市",
 *                                      "hospital_name": "四平市中心医院",
 *                                      "alias_name": "四平市中心医院",
 *                                      "addr": "四平市铁西区南迎宾街89号",
 *                                      "level": "二级甲等"
 *                                  },
 *                                  {
 *                                      "id": 4505,
 *                                      "yyid": "8B55357C542111E79E6C68F728954D54",
 *                                      "pro": "吉林省",
 *                                      "city": "四平市",
 *                                      "hospital_name": "伊通县医院",
 *                                      "alias_name": null,
 *                                      "addr": "伊通满族自治县人民大路2919号",
 *                                      "level": "二级甲等"
 *                                  },
 *                              },
 *                              "page": 1,
 *                              "page_size": 20,
 *                              "total": 194
 *                          }
 *                      }
 *                  )
 *          )
 *      ),
 *      @OA\Response(response="4002",ref="#/components/responses/params_error")
 * )
 */







 /**
 *
 * @OA\Post(
 *      path="/common/department/index",
 *      tags={"共用数据接口"},
 *      summary="医院的部门信息",
 *      description="医院的部门信息",
 *      operationId="/department/index",
 *      @OA\RequestBody(
 *          required=true,
 *          description="请求参数",
 *          @OA\MediaType(
 *              mediaType="multipart/form-data",
 *              @OA\Schema(
 *                  type="object",
 *                  @OA\Property(property="user_token", type="string", description="用户token"),
 *                  @OA\Property(property="user_yyid", type="string", description="用户yyid"),
 *                  @OA\Property(property="hospital_yyid", type="string", description="医院yyid"),
 *                  @OA\Property(property="page", type="integer", description="页码值"),
 *                  @OA\Property(property="page_size", type="integer", description="每页显示的条数"),
 *                  required={"user_token","user_yyid","hospital_yyid"}
 *              )
 *          )
 *      ),
 *      @OA\Response(
 *           response="200",
 *          description="请求成功返回",
 *          @OA\MediaType(
 *                  mediaType="application/json",
 *                  @OA\Schema(
 *                      type="object",
 *                      @OA\Property(property="errcode", type="string", description="错误码"),
 *                      @OA\Property(property="errmsg", type="string", description="错误信息"),
 *                      @OA\Property(
 *                          property="data",
 *                          type="object",
 *                          @OA\Property(property="id", type="integer", description="id"),
 *                          @OA\Property(property="yyid", type="string", description="科室yyid"),
 *                          @OA\Property(property="name", type="string", description="科室名称"),
 *                          @OA\Property(property="h_yyid", type="string", description="医院yyid"),
 *                      ),
 *                      example={
 *                          "errcode":0,
 *                          "errmsg":"Success",
 *                          "data":{
 *                               "list": {
 *                                      {
 *                                          "id": 508,
 *                                          "yyid": "459AC7C5536E11E79E6C68F728954D54",
 *                                          "name": "神经内科",
 *                                          "h_yyid": "A15280A9534311E79E6C68F728954D54"
 *                                      },
 *                                      {
 *                                          "id": 1225,
 *                                          "yyid": "908E6CA0536E11E79E6C68F728954D54",
 *                                          "name": "康复医学科",
 *                                          "h_yyid": "A15280A9534311E79E6C68F728954D54"
 *                                      },
 *                               },
 *                              "page": 1,
 *                              "page_size": 10,
 *                              "total": 39
 *                          }
 *                      }
 *                  )
 *          )
 *      ),
 *      @OA\Response(response="4002",ref="#/components/responses/params_error")
 * )
 */