Ejemplo n.º 1
0
        private void init(int identifier
                          , int rating, ChroniGenNHibernate.EN.Chroni.PractitionerEN practitioner, ChroniGenNHibernate.EN.Chroni.PatientEN patient, ChroniGenNHibernate.EN.Chroni.RelatedPersonEN relatedPerson)
        {
            this.Identifier = identifier;


            this.Rating = rating;

            this.Practitioner = practitioner;

            this.Patient = patient;

            this.RelatedPerson = relatedPerson;
        }
        private void init(int identifier
                          , ChroniGenNHibernate.Enumerated.Chroni.ReclamationActionEnum action, string subject, string content, Nullable <DateTime> startDate, ChroniGenNHibernate.EN.Chroni.ReclamationResponseEN reclamationResponse, ChroniGenNHibernate.EN.Chroni.PatientEN patient, ChroniGenNHibernate.EN.Chroni.PractitionerEN practitioner, string note, bool resolved, ChroniGenNHibernate.Enumerated.Chroni.ReclamationTypeEnum type, ChroniGenNHibernate.EN.Chroni.RelatedPersonEN relatedPerson)
        {
            this.Identifier = identifier;


            this.Action = action;

            this.Subject = subject;

            this.Content = content;

            this.StartDate = startDate;

            this.ReclamationResponse = reclamationResponse;

            this.Patient = patient;

            this.Practitioner = practitioner;

            this.Note = note;

            this.Resolved = resolved;

            this.Type = type;

            this.RelatedPerson = relatedPerson;
        }
 public ReclamationEN(int identifier, ChroniGenNHibernate.Enumerated.Chroni.ReclamationActionEnum action, string subject, string content, Nullable <DateTime> startDate, ChroniGenNHibernate.EN.Chroni.ReclamationResponseEN reclamationResponse, ChroniGenNHibernate.EN.Chroni.PatientEN patient, ChroniGenNHibernate.EN.Chroni.PractitionerEN practitioner, string note, bool resolved, ChroniGenNHibernate.Enumerated.Chroni.ReclamationTypeEnum type, ChroniGenNHibernate.EN.Chroni.RelatedPersonEN relatedPerson
                      )
 {
     this.init(Identifier, action, subject, content, startDate, reclamationResponse, patient, practitioner, note, resolved, type, relatedPerson);
 }
        private void init(int identifier
                          , System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.SlotEN> slot, ChroniGenNHibernate.EN.Chroni.PractitionerEN practitioner, ChroniGenNHibernate.EN.Chroni.LocationEN location, bool active, Nullable <DateTime> morningStart, Nullable <DateTime> morningEnd, Nullable <DateTime> afternoonStart, Nullable <DateTime> afternoonEnd, Nullable <DateTime> dateStart, Nullable <DateTime> dateEnd)
        {
            this.Identifier = identifier;


            this.Slot = slot;

            this.Practitioner = practitioner;

            this.Location = location;

            this.Active = active;

            this.MorningStart = morningStart;

            this.MorningEnd = morningEnd;

            this.AfternoonStart = afternoonStart;

            this.AfternoonEnd = afternoonEnd;

            this.DateStart = dateStart;

            this.DateEnd = dateEnd;
        }
 public ScheduleEN(int identifier, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.SlotEN> slot, ChroniGenNHibernate.EN.Chroni.PractitionerEN practitioner, ChroniGenNHibernate.EN.Chroni.LocationEN location, bool active, Nullable <DateTime> morningStart, Nullable <DateTime> morningEnd, Nullable <DateTime> afternoonStart, Nullable <DateTime> afternoonEnd, Nullable <DateTime> dateStart, Nullable <DateTime> dateEnd
                   )
 {
     this.init(Identifier, slot, practitioner, location, active, morningStart, morningEnd, afternoonStart, afternoonEnd, dateStart, dateEnd);
 }
Ejemplo n.º 6
0
 public AssessmentEN(int identifier, int rating, ChroniGenNHibernate.EN.Chroni.PractitionerEN practitioner, ChroniGenNHibernate.EN.Chroni.PatientEN patient, ChroniGenNHibernate.EN.Chroni.RelatedPersonEN relatedPerson
                     )
 {
     this.init(Identifier, rating, practitioner, patient, relatedPerson);
 }
Ejemplo n.º 7
0
 public ConversationEN(int identifier, Nullable <DateTime> startDate, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.MessageEN> message, ChroniGenNHibernate.EN.Chroni.PatientEN patient, ChroniGenNHibernate.EN.Chroni.PractitionerEN practitioner, ChroniGenNHibernate.EN.Chroni.RelatedPersonEN relatedPerson
                       )
 {
     this.init(Identifier, startDate, message, patient, practitioner, relatedPerson);
 }
Ejemplo n.º 8
0
        private void init(int identifier
                          , Nullable <DateTime> startDate, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.MessageEN> message, ChroniGenNHibernate.EN.Chroni.PatientEN patient, ChroniGenNHibernate.EN.Chroni.PractitionerEN practitioner, ChroniGenNHibernate.EN.Chroni.RelatedPersonEN relatedPerson)
        {
            this.Identifier = identifier;


            this.StartDate = startDate;

            this.Message = message;

            this.Patient = patient;

            this.Practitioner = practitioner;

            this.RelatedPerson = relatedPerson;
        }