{"id":13467220,"url":"https://github.com/doublechaintech/his-biz-suite","last_synced_at":"2025-10-05T22:25:22.291Z","repository":{"id":42234047,"uuid":"174287776","full_name":"doublechaintech/his-biz-suite","owner":"doublechaintech","description":"用于演示智能化开发的系统，一个医院的排班系统，管理医院的科室，收费条目，医生和医生预约，本演示运行于南大通用GBase 8s v8.7之上。","archived":false,"fork":false,"pushed_at":"2023-01-25T17:16:58.000Z","size":19911,"stargazers_count":153,"open_issues_count":9,"forks_count":43,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-08-22T02:41:20.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doublechaintech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-07T06:45:59.000Z","updated_at":"2025-08-07T12:23:42.000Z","dependencies_parsed_at":"2023-02-14T09:46:52.590Z","dependency_job_id":null,"html_url":"https://github.com/doublechaintech/his-biz-suite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doublechaintech/his-biz-suite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublechaintech%2Fhis-biz-suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublechaintech%2Fhis-biz-suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublechaintech%2Fhis-biz-suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublechaintech%2Fhis-biz-suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doublechaintech","download_url":"https://codeload.github.com/doublechaintech/his-biz-suite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublechaintech%2Fhis-biz-suite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278530939,"owners_count":26002187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T15:00:54.197Z","updated_at":"2025-10-05T22:25:22.257Z","avatar_url":"https://github.com/doublechaintech.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\n# 整个应用通过知识图谱自动生成\n\n\u003cimg src='/doc/his-sys-interface.png'  width=\"400\"/\u003e\n\n* 自动生成表定义\n* 自动生成界面\n* 自动生成后台代码\n* 自动翻译\n\n\n# 演示地址 \n\nhttps://demo.doublechaintech.com/admin/his/#/home\n\n* 医院登录: 13900000001/admin123\n\n\n新演示已运行于国产数据库南大通用GBase 8s之上\n\n# 源文件（用文本文件写60多行的文件就可以生成完整应用）\n\n通过以下文件生成\n* 多角色前台React/Antd管理界面\n* 后台Java\n* 数据库规格\n* 演示数据\n\n```\n\u003c?xml version='1.0' ?\u003e\n\u003croot org=\"doublechaintech\" \n\tchinese_name=\"医生排班系统\" \n\tenglish_name=\"Doctor Scheduling System\"\u003e\n\n\t\n    \u003chospital   \n        name=\"上和医院|[1,200]\"  \n        address=\"毕升路22号\" \n        telephone=\"028-9123123\" /\u003e\n\t\n    \u003cexpense_type  \n        name=\"诊疗费|治疗费|检查费\"  \n        helper_chars=\"zlf|zlf|jcf\"  \n        status=\"正常|停用\" \n        hospital=\"$(hospital)\"\n        description=\"text()\"   \n        update_time=\"updateTime()\"        \n        _features=\"setting\"\n    /\u003e\n    \u003cperiod  \n        name=\"上午|下午|夜班\"   \n        hospital=\"$(hospital)\"         \n        _features=\"status\"   /\u003e\n    \u003cexpense_item\n        name=\"专家诊疗费|血常规|煎药费\"       \n        price=\"$99999999999.00\"       \n        expense_type=\"$(expense_type)\"\n        hospital=\"$(hospital)\"        \n        update_time=\"updateTime()\"       \n         _features=\"setting\"\n    /\u003e\n\n    \u003cdoctor\n        name=\"魏松全\"\n        shot_image=\"snap.shot-400-300-red.jpg\"\n        hospital=\"$(hospital)\"\n        update_time=\"updateTime()\"\n        \n    /\u003e\n\n    \u003cdepartment\n        name=\"放射科\" \n        hospital=\"$(hospital)\" \n        update_time=\"updateTime()\" \n        _features=\"setting\"\n \n    /\u003e\n    \n    \u003cdoctor_assignment\n        name=\"魏松全在内分泌科室上\" \n        doctor=\"$(doctor)\"\n        department=\"$(department)\" \n        update_time=\"updateTime()\"  \n        _features=\"setting\"\n \n    /\u003e\n    \u003cdoctor_schedule\n        name=\"2019年3月11日魏松全在内分泌科坐班收诊疗费,每个10\"\n        doctor=\"$(doctor)\"  \n        schedule_date=\"2019-3-11\" \n        period=\"$(period)\"\n        department=\"$(department)\" \n        available=\"20\"  price=\"$123.99\"\n        expense_type=\"$(expense_type)\" \n        create_time=\"createTime()\"  \n        update_time=\"updateTime()\" \n        hospital=\"$(hospital)\"\n    /\u003e\n    \n\n\u003c/root\u003e\n \n \n \n```\n\n# 开发工具\n\n请使用 https://github.com/doublechaintech/daas-start-kit/ 来定制你的医院管理系统。\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoublechaintech%2Fhis-biz-suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoublechaintech%2Fhis-biz-suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoublechaintech%2Fhis-biz-suite/lists"}