//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace IndianHealthService.ClinicalScheduling { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class strings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal strings() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("IndianHealthService.ClinicalScheduling.strings", typeof(strings).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Age. /// internal static string Age { get { return ResourceManager.GetString("Age", resourceCulture); } } /// /// Looks up a localized string similar to &. /// internal static string and { get { return ResourceManager.GetString("and", resourceCulture); } } /// /// Looks up a localized string similar to Appointment Note. /// internal static string AppointmentNote { get { return ResourceManager.GetString("AppointmentNote", resourceCulture); } } /// /// Looks up a localized string similar to Appointment Provider. /// internal static string AppointmentProvider { get { return ResourceManager.GetString("AppointmentProvider", resourceCulture); } } /// /// Looks up a localized string similar to Appointment Details. /// internal static string ApptInfo { get { return ResourceManager.GetString("ApptInfo", resourceCulture); } } /// /// Looks up a localized string similar to Appointment Reminder Slip. /// internal static string ApptReminderSlip { get { return ResourceManager.GetString("ApptReminderSlip", resourceCulture); } } /// /// Looks up a localized string similar to Clinic. /// internal static string Clinic { get { return ResourceManager.GetString("Clinic", resourceCulture); } } /// /// Looks up a localized string similar to Clinic Instructions. /// internal static string ClinicInstructions { get { return ResourceManager.GetString("ClinicInstructions", resourceCulture); } } /// /// Looks up a localized string similar to Date. /// internal static string Date { get { return ResourceManager.GetString("Date", resourceCulture); } } /// /// Looks up a localized string similar to Day. /// internal static string Day { get { return ResourceManager.GetString("Day", resourceCulture); } } /// /// Looks up a localized string similar to DOB. /// internal static string DOB { get { return ResourceManager.GetString("DOB", resourceCulture); } } /// /// Looks up a localized string similar to Female. /// internal static string Female { get { return ResourceManager.GetString("Female", resourceCulture); } } /// /// Looks up a localized string similar to ID#. /// internal static string ID { get { return ResourceManager.GetString("ID", resourceCulture); } } /// /// Looks up a localized string similar to Male. /// internal static string Male { get { return ResourceManager.GetString("Male", resourceCulture); } } /// /// Looks up a localized string similar to months. /// internal static string months { get { return ResourceManager.GetString("months", resourceCulture); } } /// /// Looks up a localized string similar to Name. /// internal static string Name { get { return ResourceManager.GetString("Name", resourceCulture); } } /// /// Looks up a localized string similar to Next Appointment Instructions. /// internal static string NextAppointmentInstructions { get { return ResourceManager.GetString("NextAppointmentInstructions", resourceCulture); } } /// /// Looks up a localized string similar to (no instructions provided). /// internal static string NoInstructionsProvided { get { return ResourceManager.GetString("NoInstructionsProvided", resourceCulture); } } /// /// Looks up a localized string similar to (none). /// internal static string none { get { return ResourceManager.GetString("none", resourceCulture); } } /// /// Looks up a localized string similar to Notes. /// internal static string Notes { get { return ResourceManager.GetString("Notes", resourceCulture); } } /// /// Looks up a localized string similar to Patient Order. /// internal static string PatientOrder { get { return ResourceManager.GetString("PatientOrder", resourceCulture); } } /// /// Looks up a localized string similar to Printed. /// internal static string Printed { get { return ResourceManager.GetString("Printed", resourceCulture); } } /// /// Looks up a localized string similar to Patient Information. /// internal static string PtInfo { get { return ResourceManager.GetString("PtInfo", resourceCulture); } } /// /// Looks up a localized string similar to Routing Slip. /// internal static string RoutingSlip { get { return ResourceManager.GetString("RoutingSlip", resourceCulture); } } /// /// Looks up a localized string similar to Scratch Area. /// internal static string ScratchArea { get { return ResourceManager.GetString("ScratchArea", resourceCulture); } } /// /// Looks up a localized string similar to Sex. /// internal static string Sex { get { return ResourceManager.GetString("Sex", resourceCulture); } } /// /// Looks up a localized string similar to Time. /// internal static string Time { get { return ResourceManager.GetString("Time", resourceCulture); } } /// /// Looks up a localized string similar to years. /// internal static string years { get { return ResourceManager.GetString("years", resourceCulture); } } } }