Skip to content
Open
1 change: 1 addition & 0 deletions docs/api/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ API Reference
models/pyhealth.models.MedLink
models/pyhealth.models.TCN
models/pyhealth.models.TFMTokenizer
models/pyhealth.models.labrador
models/pyhealth.models.GAN
models/pyhealth.models.VAE
models/pyhealth.models.SDOH
Expand Down
9 changes: 9 additions & 0 deletions docs/api/models/pyhealth.models.labrador.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pyhealth.models.labrador
===================================

LabradorModel for aligned lab code and lab value inputs.

.. autoclass:: pyhealth.models.LabradorModel
:members:
:undoc-members:
:show-inheritance:
Loading