API
HealthBase.HealthTableBase.showHealthBase.apply_vocabulary_compressionHealthBase.map_conceptsHealthBase.map_concepts!HealthBase.one_hot_encodeTables.columnaccessTables.columnsTables.istableTables.materializerTables.rowaccessTables.rowsTables.schema
Base.show — MethodBase.show(io::IO, ht::HealthTable)Pretty-print a HealthTable to any IO stream (REPL, file, etc.).
- If the underlying table is empty, prints a friendly message.
- Otherwise prints the full table using PrettyTables.jl with left-aligned columns.
- Displays the OMOP-CDM version (from metadata) beneath the table when available.
This method is purely for display; it returns nothing.