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;
        }
Пример #2
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;
        }
 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
                          , ChroniGenNHibernate.Enumerated.Chroni.EncounterStatusEnum status, ChroniGenNHibernate.Enumerated.Chroni.EncounterTypeEnum type, ChroniGenNHibernate.Enumerated.Chroni.EncounterPriorityEnum priority, Nullable <DateTime> startDate, Nullable <DateTime> endDate, string reason, string serviceProvider, ChroniGenNHibernate.EN.Chroni.PatientEN patient, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> practitioner, ChroniGenNHibernate.EN.Chroni.ConditionEN condition, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.CarePlanEN> carePlan, ChroniGenNHibernate.EN.Chroni.SlotEN slot, string note)
        {
            this.Identifier = identifier;


            this.Status = status;

            this.Type = type;

            this.Priority = priority;

            this.StartDate = startDate;

            this.EndDate = endDate;

            this.Reason = reason;

            this.ServiceProvider = serviceProvider;

            this.Patient = patient;

            this.Practitioner = practitioner;

            this.Condition = condition;

            this.CarePlan = carePlan;

            this.Slot = slot;

            this.Note = note;
        }
Пример #5
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);
 }
 public EncounterEN(int identifier, ChroniGenNHibernate.Enumerated.Chroni.EncounterStatusEnum status, ChroniGenNHibernate.Enumerated.Chroni.EncounterTypeEnum type, ChroniGenNHibernate.Enumerated.Chroni.EncounterPriorityEnum priority, Nullable <DateTime> startDate, Nullable <DateTime> endDate, string reason, string serviceProvider, ChroniGenNHibernate.EN.Chroni.PatientEN patient, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> practitioner, ChroniGenNHibernate.EN.Chroni.ConditionEN condition, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.CarePlanEN> carePlan, ChroniGenNHibernate.EN.Chroni.SlotEN slot, string note
                    )
 {
     this.init(Identifier, status, type, priority, startDate, endDate, reason, serviceProvider, patient, practitioner, condition, carePlan, slot, note);
 }
Пример #7
0
        private void init(int identifier
                          , System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.ObservationEN> observation, ChroniGenNHibernate.EN.Chroni.PatientEN patient, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> practitioner)
        {
            this.Identifier = identifier;


            this.Observation = observation;

            this.Patient = patient;

            this.Practitioner = practitioner;
        }
Пример #8
0
 public DiaryEN(int identifier, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.ObservationEN> observation, ChroniGenNHibernate.EN.Chroni.PatientEN patient, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> practitioner
                )
 {
     this.init(Identifier, observation, patient, practitioner);
 }
Пример #9
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);
 }
Пример #10
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;
        }