IGUHealth
    Preparing search index...
    interface StructureMapGroupRuleDependent {
        _name?: Element;
        _variable?: Element[];
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        name: id;
        variable: string[];
    }
    Index

    Properties

    _name?: Element

    Name of a rule or group to apply

    _variable?: Element[]

    Variable to pass to the rule or group

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name: id

    Name of a rule or group to apply

    variable: string[]

    Variable to pass to the rule or group