private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patientProfile, MoSIoTGenNHibernate.EN.MosIoT.UserEN userPatient, string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states)
        {
            this.Id = id;


            this.PatientProfile = patientProfile;

            this.UserPatient = userPatient;

            this.Name = name;

            this.OriginAssociation = originAssociation;

            this.TargetAssociation = targetAssociation;

            this.Scenario = scenario;

            this.Description = description;

            this.Operations = operations;

            this.Attributes = attributes;

            this.States = states;
        }
Beispiel #2
0
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patient, string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DisabilityTypeEnum type, MoSIoTGenNHibernate.Enumerated.MosIoT.SeverityEnum severity, MoSIoTGenNHibernate.EN.MosIoT.ConditionEN origin, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AccessModeEN> accessMode, string description)
        {
            this.Id = id;


            this.Patient = patient;

            this.Name = name;

            this.Type = type;

            this.Severity = severity;

            this.Origin = origin;

            this.AccessMode = accessMode;

            this.Description = description;
        }
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patientProfile, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.DisabilityEN> disabilities, MoSIoTGenNHibernate.Enumerated.MosIoT.ClinicalStatusEnum clinicalStatus, MoSIoTGenNHibernate.Enumerated.MosIoT.DiseaseEnum disease, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.CarePlanTemplateEN> carePlanTemplate, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.GoalEN> goal, string name)
        {
            this.Id = id;


            this.PatientProfile = patientProfile;

            this.Description = description;

            this.Disabilities = disabilities;

            this.ClinicalStatus = clinicalStatus;

            this.Disease = disease;

            this.CarePlanTemplate = carePlanTemplate;

            this.Goal = goal;

            this.Name = name;
        }
 public ConditionEN(int id, MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patientProfile, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.DisabilityEN> disabilities, MoSIoTGenNHibernate.Enumerated.MosIoT.ClinicalStatusEnum clinicalStatus, MoSIoTGenNHibernate.Enumerated.MosIoT.DiseaseEnum disease, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.CarePlanTemplateEN> carePlanTemplate, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.GoalEN> goal, string name
                    )
 {
     this.init(Id, patientProfile, description, disabilities, clinicalStatus, disease, carePlanTemplate, goal, name);
 }
Beispiel #5
0
        private void init(int id
                          , System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN> careActivity, MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patientProfile, MoSIoTGenNHibernate.Enumerated.MosIoT.CareStatusEnum status, MoSIoTGenNHibernate.Enumerated.MosIoT.CarePlanIntentEnum intent, string title, Nullable <DateTime> modified, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.GoalEN> goals, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.ConditionEN> addressConditions, int durationDays, string name, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN> comunication)
        {
            this.Id = id;


            this.CareActivity = careActivity;

            this.PatientProfile = patientProfile;

            this.Status = status;

            this.Intent = intent;

            this.Title = title;

            this.Modified = modified;

            this.Goals = goals;

            this.AddressConditions = addressConditions;

            this.DurationDays = durationDays;

            this.Name = name;

            this.Description = description;

            this.Comunication = comunication;
        }
Beispiel #6
0
 public CarePlanTemplateEN(int id, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN> careActivity, MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patientProfile, MoSIoTGenNHibernate.Enumerated.MosIoT.CareStatusEnum status, MoSIoTGenNHibernate.Enumerated.MosIoT.CarePlanIntentEnum intent, string title, Nullable <DateTime> modified, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.GoalEN> goals, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.ConditionEN> addressConditions, int durationDays, string name, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN> comunication
                           )
 {
     this.init(Id, careActivity, patientProfile, status, intent, title, modified, goals, addressConditions, durationDays, name, description, comunication);
 }
 public PatientEN(int id, MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patientProfile, MoSIoTGenNHibernate.EN.MosIoT.UserEN userPatient
                  , string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states
                  )
 {
     this.init(Id, patientProfile, userPatient, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states);
 }
Beispiel #8
0
 public DisabilityEN(int id, MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patient, string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DisabilityTypeEnum type, MoSIoTGenNHibernate.Enumerated.MosIoT.SeverityEnum severity, MoSIoTGenNHibernate.EN.MosIoT.ConditionEN origin, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AccessModeEN> accessMode, string description
                     )
 {
     this.init(Id, patient, name, type, severity, origin, accessMode, description);
 }