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