【HL7】 解析医疗检查信息服务
parents
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
CHANGELOG.md
0 → 100644
This diff is collapsed.
LICENSE.txt
0 → 100644
README.md
0 → 100644
application/.htaccess
0 → 100644
application/command.php
0 → 100644
application/common.php
0 → 100644
application/config.php
0 → 100644
application/database.php
0 → 100644
application/index/common.php
0 → 100644
This diff is collapsed.
application/route.php
0 → 100644
application/tags.php
0 → 100644
build.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "topthink/think", | ||
"description": "the new thinkphp framework", | ||
"type": "project", | ||
"keywords": [ | ||
"framework", | ||
"thinkphp", | ||
"ORM" | ||
], | ||
"homepage": "http://thinkphp.cn/", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "liu21st", | ||
"email": "liu21st@gmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"topthink/framework": "5.0.*", | ||
"aranyasen/hl7": "^2.1", | ||
"linkorb/silex-provider-lib-hl7v2": "dev-master" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"app\\": "application" | ||
} | ||
}, | ||
"extra": { | ||
"think-path": "thinkphp" | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
extend/.gitignore
0 → 100644
public/.htaccess
0 → 100644
public/0.txt
0 → 100644
public/0org.txt
0 → 100644
public/1.txt
0 → 100644
public/10.txt
0 → 100644
public/10org.txt
0 → 100644
public/1org.txt
0 → 100644
public/2.txt
0 → 100644
public/2org.txt
0 → 100644
public/3.txt
0 → 100644
public/3org.txt
0 → 100644
public/4.txt
0 → 100644
public/4org.txt
0 → 100644
public/5.txt
0 → 100644
public/5org.txt
0 → 100644
public/6.txt
0 → 100644
public/6org.txt
0 → 100644
public/7.txt
0 → 100644
public/7org.txt
0 → 100644
public/8.txt
0 → 100644
public/8org.txt
0 → 100644
public/9.txt
0 → 100644
public/9org.txt
0 → 100644
public/HL7Message/1.txt
0 → 100644
public/HL7Message/2.txt
0 → 100644
public/HL7Message/3.txt
0 → 100644
public/HL7Message/4.txt
0 → 100644
public/HL7Message/5.txt
0 → 100644
public/favicon.ico
0 → 100644
1.12 KB
public/index.php
0 → 100644
public/robots.txt
0 → 100644
public/router.php
0 → 100644
public/static/.gitignore
0 → 100644
runtime/.gitignore
0 → 100644
think
0 → 100644
vendor/.gitignore
0 → 100644