private void init(int identifier
                          , string nif, bool active, string name, string surnames, ChroniGenNHibernate.Enumerated.Chroni.GenderEnum gender, Nullable <DateTime> birthDate, bool deceased, string address, string email, string phone, ChroniGenNHibernate.Enumerated.Chroni.MaritalStatusEnum maritalStatus, string photo, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.RelatedPersonEN> relatedPerson, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.LocationEN> location, ChroniGenNHibernate.EN.Chroni.DiaryEN diary, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.EncounterEN> encounter, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.ConversationEN> conversation, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.ReclamationEN> reclamation, String password, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> practitioner, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.AssessmentEN> assessmentPractitioner)
        {
            this.Identifier = identifier;


            this.Nif = nif;

            this.Active = active;

            this.Name = name;

            this.Surnames = surnames;

            this.Gender = gender;

            this.BirthDate = birthDate;

            this.Deceased = deceased;

            this.Address = address;

            this.Email = email;

            this.Phone = phone;

            this.MaritalStatus = maritalStatus;

            this.Photo = photo;

            this.RelatedPerson = relatedPerson;

            this.Location = location;

            this.Diary = diary;

            this.Encounter = encounter;

            this.Conversation = conversation;

            this.Reclamation = reclamation;

            this.Password = password;

            this.Practitioner = practitioner;

            this.AssessmentPractitioner = assessmentPractitioner;
        }
예제 #2
0
        private void init(int identifier
                          , ChroniGenNHibernate.Enumerated.Chroni.MeasureTypeEnum measureType, string name, Nullable <DateTime> dateEntry, string note, Nullable <DateTime> dateAdded, ChroniGenNHibernate.EN.Chroni.DiaryEN diary, Nullable <DateTime> dateObservation, ChroniGenNHibernate.Enumerated.Chroni.ObservationCategoryEnum category, ChroniGenNHibernate.Enumerated.Chroni.SymptomGradeEnum grade, double value1, double value2, int personOID)
        {
            this.Identifier = identifier;


            this.MeasureType = measureType;

            this.Name = name;

            this.DateEntry = dateEntry;

            this.Note = note;

            this.DateAdded = dateAdded;

            this.Diary = diary;

            this.DateObservation = dateObservation;

            this.Category = category;

            this.Grade = grade;

            this.Value1 = value1;

            this.Value2 = value2;

            this.PersonOID = personOID;
        }
 public PatientEN(int identifier, string nif, bool active, string name, string surnames, ChroniGenNHibernate.Enumerated.Chroni.GenderEnum gender, Nullable <DateTime> birthDate, bool deceased, string address, string email, string phone, ChroniGenNHibernate.Enumerated.Chroni.MaritalStatusEnum maritalStatus, string photo, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.RelatedPersonEN> relatedPerson, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.LocationEN> location, ChroniGenNHibernate.EN.Chroni.DiaryEN diary, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.EncounterEN> encounter, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.ConversationEN> conversation, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.ReclamationEN> reclamation, String password, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> practitioner, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.AssessmentEN> assessmentPractitioner
                  )
 {
     this.init(Identifier, nif, active, name, surnames, gender, birthDate, deceased, address, email, phone, maritalStatus, photo, relatedPerson, location, diary, encounter, conversation, reclamation, password, practitioner, assessmentPractitioner);
 }
예제 #4
0
 public ObservationEN(int identifier, ChroniGenNHibernate.Enumerated.Chroni.MeasureTypeEnum measureType, string name, Nullable <DateTime> dateEntry, string note, Nullable <DateTime> dateAdded, ChroniGenNHibernate.EN.Chroni.DiaryEN diary, Nullable <DateTime> dateObservation, ChroniGenNHibernate.Enumerated.Chroni.ObservationCategoryEnum category, ChroniGenNHibernate.Enumerated.Chroni.SymptomGradeEnum grade, double value1, double value2, int personOID
                      )
 {
     this.init(Identifier, measureType, name, dateEntry, note, dateAdded, diary, dateObservation, category, grade, value1, value2, personOID);
 }