export enum NoteTypeConfig {
    SoapNote = 1,
    PatientNote = 2,
    ReferralNote = 3,
    ConsultationSummary = 4,
    CDISuggestions = 102,
}