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);
 }