コード例 #1
0
        private void init(int identifier
                          , ChroniGenNHibernate.Enumerated.Chroni.LocationStatusEnum status, string name, string description, ChroniGenNHibernate.Enumerated.Chroni.LocationModeEnum mode, ChroniGenNHibernate.Enumerated.Chroni.LocationTypeEnum type, string address, ChroniGenNHibernate.Enumerated.Chroni.LocationPhysicalTypeEnum physicalType, string managingOrganization, ChroniGenNHibernate.EN.Chroni.PositionEN position, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> practitioner, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> patient, string phone, string email, string postalCode, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.ScheduleEN> schedule)
        {
            this.Identifier = identifier;


            this.Status = status;

            this.Name = name;

            this.Description = description;

            this.Mode = mode;

            this.Type = type;

            this.Address = address;

            this.PhysicalType = physicalType;

            this.ManagingOrganization = managingOrganization;

            this.Position = position;

            this.Practitioner = practitioner;

            this.Patient = patient;

            this.Phone = phone;

            this.Email = email;

            this.PostalCode = postalCode;

            this.Schedule = schedule;
        }
コード例 #2
0
 public LocationEN(int identifier, ChroniGenNHibernate.Enumerated.Chroni.LocationStatusEnum status, string name, string description, ChroniGenNHibernate.Enumerated.Chroni.LocationModeEnum mode, ChroniGenNHibernate.Enumerated.Chroni.LocationTypeEnum type, string address, ChroniGenNHibernate.Enumerated.Chroni.LocationPhysicalTypeEnum physicalType, string managingOrganization, ChroniGenNHibernate.EN.Chroni.PositionEN position, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> practitioner, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> patient, string phone, string email, string postalCode, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.ScheduleEN> schedule
                   )
 {
     this.init(Identifier, status, name, description, mode, type, address, physicalType, managingOrganization, position, practitioner, patient, phone, email, postalCode, schedule);
 }