|
EDCS Reference Manual
Types EDCS_Class_Mapping_Structure |
|---|
/* * STRUCT: EDCS_Class_Mapping_Structure * * Provides forward mapping information for the given * concept to an EDCS Classification. */
| typedef | struct | |
| { | ||
| EDCS_Mapping_Type_Code | map_type; | |
| EDCS_Classification_Code | ec_code; | |
| EDCS_Integer | num_entries; | |
| EDCS_Mapping_Entry | *entry_list; | |
| EDCS_Character | *information; |
|