h-adminsim 1.0.0.dev0__py3-none-any.whl → 1.0.1.dev0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- h_adminsim/version.txt +1 -1
- {h_adminsim-1.0.0.dev0.dist-info → h_adminsim-1.0.1.dev0.dist-info}/METADATA +10 -11
- {h_adminsim-1.0.0.dev0.dist-info → h_adminsim-1.0.1.dev0.dist-info}/RECORD +5 -5
- {h_adminsim-1.0.0.dev0.dist-info → h_adminsim-1.0.1.dev0.dist-info}/LICENSE +0 -0
- {h_adminsim-1.0.0.dev0.dist-info → h_adminsim-1.0.1.dev0.dist-info}/WHEEL +0 -0
h_adminsim/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1.dev0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: h_adminsim
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1.dev0
|
|
4
4
|
Summary: A Python package for simulating hospital administrative tasks.
|
|
5
5
|
License: BSD-3-Clause
|
|
6
6
|
Author: Jun-Min Lee
|
|
@@ -38,16 +38,12 @@ Description-Content-Type: text/markdown
|
|
|
38
38
|
|
|
39
39
|
# H-AdminSim
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-

|
|
43
|
+

|
|
44
|
+

|
|
45
45
|

|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
---
|
|
51
47
|
|
|
52
48
|
## Overview 📚
|
|
53
49
|
H-AdminSim is an official Python package for simulating interactions between hospital administrative staff and first-visit outpatients using LLM agents.
|
|
@@ -101,6 +97,7 @@ We provide optional support for integrating with FHIR, allowing the simulator to
|
|
|
101
97
|
|
|
102
98
|
|
|
103
99
|
|
|
100
|
+
---
|
|
104
101
|
## Recent updates 📣
|
|
105
102
|
* *December 2025 (v1.0.0)*: H-AdminSim package has been released.
|
|
106
103
|
* *December 2025 (v0.7.2)*: Rule-based and tool calling-based scheduling logics have been supported.
|
|
@@ -131,7 +128,7 @@ We provide optional support for integrating with FHIR, allowing the simulator to
|
|
|
131
128
|
|
|
132
129
|
|
|
133
130
|
|
|
134
|
-
|
|
131
|
+
---
|
|
135
132
|
## Quick Starts 🚀
|
|
136
133
|
### 1. Installation
|
|
137
134
|
```bash
|
|
@@ -196,6 +193,7 @@ simulator.run(
|
|
|
196
193
|
|
|
197
194
|
|
|
198
195
|
|
|
196
|
+
---
|
|
199
197
|
## Components Details ⚙️
|
|
200
198
|
### 1. Data synthesis
|
|
201
199
|
```python
|
|
@@ -468,6 +466,7 @@ simulator.run(
|
|
|
468
466
|
|
|
469
467
|
|
|
470
468
|
|
|
469
|
+
---
|
|
471
470
|
## Citation
|
|
472
471
|
For `H-AdminSim` and `PatientSim` outpatient simulation, please cite the following.
|
|
473
472
|
```
|
|
@@ -55,8 +55,8 @@ h_adminsim/utils/fhir_utils.py,sha256=-4Zrv9TTOd3vzwmhEPx3KMXp2Nak90L5-k94nGOB71
|
|
|
55
55
|
h_adminsim/utils/filesys_utils.py,sha256=ZH_TlqG6Vmq_T4gmN0DavI7dG8Jl6Ggs8Tmzm3D49VU,3112
|
|
56
56
|
h_adminsim/utils/image_preprocess_utils.py,sha256=RXeIjmNBBBbF0hd7RqfJ9McXGe0kVQpS6UKo2wCGy30,6529
|
|
57
57
|
h_adminsim/utils/random_utils.py,sha256=9JabBssCTzVtUKnF7-KF68jQeNXFkHQu-GgRDuwByPI,15758
|
|
58
|
-
h_adminsim/version.txt,sha256=
|
|
59
|
-
h_adminsim-1.0.
|
|
60
|
-
h_adminsim-1.0.
|
|
61
|
-
h_adminsim-1.0.
|
|
62
|
-
h_adminsim-1.0.
|
|
58
|
+
h_adminsim/version.txt,sha256=gVjT4f5GOTZeZgy-gJD_skUw3DbQ-iSSskWFsuNDE8s,10
|
|
59
|
+
h_adminsim-1.0.1.dev0.dist-info/LICENSE,sha256=kUSg6KcpvOqVFi_whKUTwsNYNuCMbaDA6mmA7RB8PmY,1547
|
|
60
|
+
h_adminsim-1.0.1.dev0.dist-info/METADATA,sha256=KNe0vnO5jxHDYLXTtEyvlCjeehL1cvpzj551jWQr_CM,19331
|
|
61
|
+
h_adminsim-1.0.1.dev0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
62
|
+
h_adminsim-1.0.1.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|