EDCS Reference Manual
Types
EDCS_Unit_Concept
/*
 * STRUCT: EDCS_Unit_Concept
 *
 *   This data type is used to hold the list of concepts represented
 *   by an EDCS Unit.
 */
typedef struct
{

const EDCS_Character *quantity;
const EDCS_Character *definition;
EDCS_Reference_Type reference_type;
const EDCS_Character *reference;
const EDCS_Character *supplemental_references;
} EDCS_Unit_Concept;



Prev: EDCS_Unit_Code. Next: EDCS_Unit_Dictionary_Entry.


Return to: Top of this Page, Type Index