private void init(int id , string description, string dietCode, MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity, string name) { this.Id = id; this.Description = description; this.DietCode = dietCode; this.CareActivity = careActivity; this.Name = name; }
private void init(int id , bool isVirtual, string description, string direction, string reasonCode, MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity) { this.Id = id; this.IsVirtual = isVirtual; this.Description = description; this.Direction = direction; this.ReasonCode = reasonCode; this.CareActivity = careActivity; }
private void init(int productReference , MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity, string name, string manufacturer, string description, string dosage, MoSIoTGenNHibernate.Enumerated.MosIoT.FormTypeEnum form, string medicationCode) { this.ProductReference = productReference; this.CareActivity = careActivity; this.Name = name; this.Manufacturer = manufacturer; this.Description = description; this.Dosage = dosage; this.Form = form; this.MedicationCode = medicationCode; }
private void init(int id , MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity, 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.CareActivity = careActivity; this.Name = name; this.OriginAssociation = originAssociation; this.TargetAssociation = targetAssociation; this.Scenario = scenario; this.Description = description; this.Operations = operations; this.Attributes = attributes; this.States = states; }
public MedicationEN(int productReference, MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity, string name, string manufacturer, string description, string dosage, MoSIoTGenNHibernate.Enumerated.MosIoT.FormTypeEnum form, string medicationCode ) { this.init(ProductReference, careActivity, name, manufacturer, description, dosage, form, medicationCode); }
private void init(int id , MoSIoTGenNHibernate.Enumerated.MosIoT.SeverityEventEnum severity, string message, Nullable <DateTime> sendDate, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EventTelemetryEN> eventTelemetry, MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity, MoSIoTGenNHibernate.EN.MosIoT.CarePlanTemplateEN carePlanTemplate) { this.Id = id; this.Severity = severity; this.Message = message; this.SendDate = sendDate; this.EventTelemetry = eventTelemetry; this.CareActivity = careActivity; this.CarePlanTemplate = carePlanTemplate; }
public ComunicationEN(int id, MoSIoTGenNHibernate.Enumerated.MosIoT.SeverityEventEnum severity, string message, Nullable <DateTime> sendDate, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EventTelemetryEN> eventTelemetry, MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity, MoSIoTGenNHibernate.EN.MosIoT.CarePlanTemplateEN carePlanTemplate ) { this.init(Id, severity, message, sendDate, eventTelemetry, careActivity, carePlanTemplate); }
public AppointmentEN(int id, bool isVirtual, string description, string direction, string reasonCode, MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity ) { this.init(Id, isVirtual, description, direction, reasonCode, careActivity); }
public NutritionOrderEN(int id, string description, string dietCode, MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity, string name ) { this.init(Id, description, dietCode, careActivity, name); }
public IMCareActivityEN(int id, MoSIoTGenNHibernate.EN.MosIoT.CareActivityEN careActivity , 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, careActivity, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states); }