EDCS Reference Manual
Types
EDCS_Group_Dictionary_Entry
/*
 * STRUCT: EDCS_Group_Dictionary_Entry
 *
 *   This data type is used to hold EG Dictionary Entries.
 */
typedef struct
{

EDCS_Organization_Schema_Code eo_code;
EDCS_Group_Code eg_code;
EDCS_Group_Label label;
const EDCS_Character *symbolic_constant;
const EDCS_Character *definition;
EDCS_Reference_Type reference_type;
const EDCS_Character *reference;
const EDCS_Character *supplemental_references;
EDCS_Concept_Status concept_status;
} EDCS_Group_Dictionary_Entry;



Prev: EDCS_Group_Code. Next: EDCS_Group_Label.


Return to: Top of this Page, Type Index