Korea University Anam Hospital internal API for Python SDK
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kumc-0.1.0.tar.gz
(15.1 kB
view details)
Built Distribution
kumc-0.1.0-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file kumc-0.1.0.tar.gz
.
File metadata
- Download URL: kumc-0.1.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28a47de448008843d54e85e74ee1af5fbb6a86bd8f381913338ce572a12bada8 |
|
MD5 | aa12fea4ac79b823e602b39f6fdf5140 |
|
BLAKE2b-256 | 93a30b4721011c5fb55e4d6269b99bc43b1ea2f757c3d4e0b8e6e5e0a6ff16f2 |
File details
Details for the file kumc-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: kumc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce8c6e08f8a48f7602a58b31992b78587c1ac4fe3d339657becea76d29f4a4aa |
|
MD5 | 868f316c2ee6dfa88a2e8e8134df43c4 |
|
BLAKE2b-256 | cc736d6286651d34c69b0b09098f3ed5b742d534af0c2d0becd08988d64629fe |