1//! Common constants for patient records.
2//!
3//! This module defines shared constants used across different patient record types.
45/// Git ignore filename.
6pub struct GitIgnoreFile;
78impl GitIgnoreFile {
9pub const NAME: &'static str = ".gitignore";
10}