private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.ConditionEN condition, string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DataTypeEnum type, bool isOID, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAsociation, MoSIoTGenNHibernate.Enumerated.MosIoT.AssociationTypeEnum associationType, bool isWritable, string description, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN> trigger, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RegisterEN> register, string value)
        {
            this.Id = id;


            this.Condition = condition;

            this.Name = name;

            this.Type = type;

            this.IsOID = isOID;

            this.TargetAssociation = targetAssociation;

            this.OriginAsociation = originAsociation;

            this.AssociationType = associationType;

            this.IsWritable = isWritable;

            this.Description = description;

            this.Entity = entity;

            this.Trigger = trigger;

            this.Register = register;

            this.Value = value;
        }
Beispiel #2
0
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.CarePlanTemplateEN carePlanTemplate, MoSIoTGenNHibernate.Enumerated.MosIoT.PriorityTypeEnum priority, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.TargetEN> targets, MoSIoTGenNHibernate.Enumerated.MosIoT.CareStatusEnum status, MoSIoTGenNHibernate.EN.MosIoT.ConditionEN condition, string description, MoSIoTGenNHibernate.Enumerated.MosIoT.CategoryGoalEnum category, string outcomeCode, string name)
        {
            this.Id = id;


            this.CarePlanTemplate = carePlanTemplate;

            this.Priority = priority;

            this.Targets = targets;

            this.Status = status;

            this.Condition = condition;

            this.Description = description;

            this.Category = category;

            this.OutcomeCode = outcomeCode;

            this.Name = name;
        }
Beispiel #3
0
 public GoalEN(int id, MoSIoTGenNHibernate.EN.MosIoT.CarePlanTemplateEN carePlanTemplate, MoSIoTGenNHibernate.Enumerated.MosIoT.PriorityTypeEnum priority, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.TargetEN> targets, MoSIoTGenNHibernate.Enumerated.MosIoT.CareStatusEnum status, MoSIoTGenNHibernate.EN.MosIoT.ConditionEN condition, string description, MoSIoTGenNHibernate.Enumerated.MosIoT.CategoryGoalEnum category, string outcomeCode, string name
               )
 {
     this.init(Id, carePlanTemplate, priority, targets, status, condition, description, category, outcomeCode, name);
 }
 public IMConditionEN(int id, MoSIoTGenNHibernate.EN.MosIoT.ConditionEN condition
                      , string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DataTypeEnum type, bool isOID, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAsociation, MoSIoTGenNHibernate.Enumerated.MosIoT.AssociationTypeEnum associationType, bool isWritable, string description, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN> trigger, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RegisterEN> register, string value
                      )
 {
     this.init(Id, condition, name, type, isOID, targetAssociation, originAsociation, associationType, isWritable, description, entity, trigger, register, value);
 }
Beispiel #5
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;
        }
Beispiel #6
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);
 }