316 lines
11 KiB
C#
316 lines
11 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace IndianHealthService.ClinicalScheduling {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// 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() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[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;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Age.
|
|
/// </summary>
|
|
internal static string Age {
|
|
get {
|
|
return ResourceManager.GetString("Age", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to &.
|
|
/// </summary>
|
|
internal static string and {
|
|
get {
|
|
return ResourceManager.GetString("and", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Appointment Note.
|
|
/// </summary>
|
|
internal static string AppointmentNote {
|
|
get {
|
|
return ResourceManager.GetString("AppointmentNote", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Appointment Provider.
|
|
/// </summary>
|
|
internal static string AppointmentProvider {
|
|
get {
|
|
return ResourceManager.GetString("AppointmentProvider", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Appointment Details.
|
|
/// </summary>
|
|
internal static string ApptInfo {
|
|
get {
|
|
return ResourceManager.GetString("ApptInfo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Appointment Reminder Slip.
|
|
/// </summary>
|
|
internal static string ApptReminderSlip {
|
|
get {
|
|
return ResourceManager.GetString("ApptReminderSlip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clinic.
|
|
/// </summary>
|
|
internal static string Clinic {
|
|
get {
|
|
return ResourceManager.GetString("Clinic", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clinic Instructions.
|
|
/// </summary>
|
|
internal static string ClinicInstructions {
|
|
get {
|
|
return ResourceManager.GetString("ClinicInstructions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Date.
|
|
/// </summary>
|
|
internal static string Date {
|
|
get {
|
|
return ResourceManager.GetString("Date", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Day.
|
|
/// </summary>
|
|
internal static string Day {
|
|
get {
|
|
return ResourceManager.GetString("Day", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DOB.
|
|
/// </summary>
|
|
internal static string DOB {
|
|
get {
|
|
return ResourceManager.GetString("DOB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Female.
|
|
/// </summary>
|
|
internal static string Female {
|
|
get {
|
|
return ResourceManager.GetString("Female", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ID#.
|
|
/// </summary>
|
|
internal static string ID {
|
|
get {
|
|
return ResourceManager.GetString("ID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Male.
|
|
/// </summary>
|
|
internal static string Male {
|
|
get {
|
|
return ResourceManager.GetString("Male", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to months.
|
|
/// </summary>
|
|
internal static string months {
|
|
get {
|
|
return ResourceManager.GetString("months", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name.
|
|
/// </summary>
|
|
internal static string Name {
|
|
get {
|
|
return ResourceManager.GetString("Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Next Appointment Instructions.
|
|
/// </summary>
|
|
internal static string NextAppointmentInstructions {
|
|
get {
|
|
return ResourceManager.GetString("NextAppointmentInstructions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to (no instructions provided).
|
|
/// </summary>
|
|
internal static string NoInstructionsProvided {
|
|
get {
|
|
return ResourceManager.GetString("NoInstructionsProvided", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to (none).
|
|
/// </summary>
|
|
internal static string none {
|
|
get {
|
|
return ResourceManager.GetString("none", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Notes.
|
|
/// </summary>
|
|
internal static string Notes {
|
|
get {
|
|
return ResourceManager.GetString("Notes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Patient Order.
|
|
/// </summary>
|
|
internal static string PatientOrder {
|
|
get {
|
|
return ResourceManager.GetString("PatientOrder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Printed.
|
|
/// </summary>
|
|
internal static string Printed {
|
|
get {
|
|
return ResourceManager.GetString("Printed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Patient Information.
|
|
/// </summary>
|
|
internal static string PtInfo {
|
|
get {
|
|
return ResourceManager.GetString("PtInfo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Routing Slip.
|
|
/// </summary>
|
|
internal static string RoutingSlip {
|
|
get {
|
|
return ResourceManager.GetString("RoutingSlip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scratch Area.
|
|
/// </summary>
|
|
internal static string ScratchArea {
|
|
get {
|
|
return ResourceManager.GetString("ScratchArea", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sex.
|
|
/// </summary>
|
|
internal static string Sex {
|
|
get {
|
|
return ResourceManager.GetString("Sex", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Time.
|
|
/// </summary>
|
|
internal static string Time {
|
|
get {
|
|
return ResourceManager.GetString("Time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to years.
|
|
/// </summary>
|
|
internal static string years {
|
|
get {
|
|
return ResourceManager.GetString("years", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|