IGUHealth
    Preparing search index...
    interface LocationHoursOfOperation {
        _allDay?: Element;
        _closingTime?: Element;
        _daysOfWeek?: Element[];
        _openingTime?: Element;
        allDay?: boolean;
        closingTime?: time;
        daysOfWeek?: code[];
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        openingTime?: time;
    }
    Index

    Properties

    _allDay?: Element

    The Location is open all day

    _closingTime?: Element

    Time that the Location closes

    _daysOfWeek?: Element[]

    mon | tue | wed | thu | fri | sat | sun

    _openingTime?: Element

    Time that the Location opens

    allDay?: boolean

    The Location is open all day

    closingTime?: time

    Time that the Location closes

    daysOfWeek?: code[]

    mon | tue | wed | thu | fri | sat | sun

    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

    openingTime?: time

    Time that the Location opens