|
EDCS Reference Manual
Types EDCS_Classification_Dictionary_Entry |
|---|
/* * STRUCT: EDCS_Classification_Dictionary_Entry * * This data type is used to hold EC Dictionary Entries. */
| typedef | struct | ||
| { | |||
| EDCS_Classification_Code | code; | ||
| EDCS_Classification_Label | label; | ||
| const | EDCS_Character | *symbolic_constant; | |
| const | EDCS_Character | *definition; | |
| EDCS_Count | eg_count; | ||
| const | EDCS_Group_Pair | *eg_list; | |
| EDCS_Reference_Type | reference_type; | ||
| const | EDCS_Character | *reference; | |
| EDCS_Character | *supplemental_references; | ||
| EDCS_Concept_Status | concept_status; |
|