Circle V2 API Docs
    Preparing search index...

    Type Alias ResolveChartTextOptions

    type ResolveChartTextOptions = {
        facilityTimeZone: string | null;
        patientInfo: PatientContext;
    }
    Index

    Properties

    facilityTimeZone: string | null

    Facility-local zone used to interpret the document's timezone-naive timestamps. Without it they are read in the server's zone, which shifts them by hours.

    patientInfo: PatientContext