Korea University Anam Hospital internal API for Python SDK
KUMC Internel API for Python SDK
Usage
Example code
import json
import asyncio
from kumc import KUMCClient
async def main():
app = KUMCClient()
await app.sign_in()
resp = await app.get_hospitalization_and_discharge_history(hpCd="AA", inqrStrtYmd=20220130)
print(
json.dumps(
resp,
indent=4,
ensure_ascii=False
)
)
if __name__ == "__main__":
asyncio.run(main())
Disclaimer
This project has been developed for research purposes and the creators are not responsible for anything that happens as a result of using this project. We would also like to inform you that the project may be taken down at any time by the demands of KUMC.
License
Licensed under the LGPL-2.1
Release files for kumc 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kumc-0.1.1.tar.gz | 19.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kumc-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 33.3 kB
Release files / kumc-0.1.1.tar.gz
| Download URL | kumc-0.1.1.tar.gz |
|---|---|
| Size | 19.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b2c72cac7b127eda6ba16a080826fec92862a634eb48fd9c694a84a0b81d105
|
|
BLAKE2b-256 checksum How to use checksums |
8ed20f30b0029c8963f304f377df247ee6a982b8c013b7a6b3f4fc90882bf5de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.32.5
|
Release files / kumc-0.1.1-py3-none-any.whl
| Download URL | kumc-0.1.1-py3-none-any.whl |
|---|---|
| Size | 14.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b62c24573b990582a8b6dd37e91b25bd8c15e32020e48342237364869a39d476
|
|
BLAKE2b-256 checksum How to use checksums |
cdc91b28984d1579dfaec7b86fbc075781e8ffb8baf9bb50cc9fdd6b88969105
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.32.5
|