Interface journalEncounterSearchSection

interface journalEncounterSearchSection {
    id: number;
    sections: journalEncounterSearchSection[];
    title: regionedNameStruct;
}

Properties

Properties

id: number