Git Product home page Git Product logo

tp-patient's Introduction

A simple simple patient management system

很简单的数据常规操作,没有做ui美化,根目录有一个数据库文件可以直接导入mysql数据库

环境:

PHP-5,5,6
Apache
数据库Mysql
ThinkPHP不支持PHP5.5,数据库连接必须改成pdo,可看配置文档,若在本地环境无法运行,请根据php版本对数据库连接做相应的配置

Model

Patient

	string: name(姓名)
	string: sex(性别)
	string: age(性别)
	string: avatar(头像地址)
	string: birth_place(出生地)
	string: marital_status(婚烟状况)
	string: profession(职业)
	string: phonenumber(联系电话)


Record

	integer: patient_id(病人id)
	string: complained(病人主诉)
	string: diagnosis(医生诊断)
	string: result(治疗结果)
	timestamp: created_at(入院时间)
	timestamp: ended_at(出院时间)

tp-patient's People

Contributors

zairl23 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.