h-adminsim 1.0.0__py3-none-any.whl → 1.0.0.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-1.0.0.dist-info → h_adminsim-1.0.0.dev0.dist-info}/METADATA +8 -7
- {h_adminsim-1.0.0.dist-info → h_adminsim-1.0.0.dev0.dist-info}/RECORD +4 -4
- {h_adminsim-1.0.0.dist-info → h_adminsim-1.0.0.dev0.dist-info}/LICENSE +0 -0
- {h_adminsim-1.0.0.dist-info → h_adminsim-1.0.0.dev0.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: h_adminsim
|
|
3
|
-
Version: 1.0.0
|
|
3
|
+
Version: 1.0.0.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,12 +38,16 @@ Description-Content-Type: text/markdown
|
|
|
38
38
|
|
|
39
39
|
# H-AdminSim
|
|
40
40
|
|
|
41
|
-
---
|
|
41
|
+
<!-- ---
|
|
42
42
|

|
|
43
43
|

|
|
44
44
|

|
|
45
45
|

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