/// <summary> /// Create a new atendimento object. /// </summary> /// <param name="idAtendimento">Initial value of the idAtendimento property.</param> /// <param name="idPaciente">Initial value of the idPaciente property.</param> /// <param name="strMotivoAtendimento">Initial value of the strMotivoAtendimento property.</param> /// <param name="strProvidencias">Initial value of the strProvidencias property.</param> /// <param name="idMaterial">Initial value of the idMaterial property.</param> /// <param name="dtmDataAtendimento">Initial value of the dtmDataAtendimento property.</param> public static atendimento Createatendimento(global::System.Int32 idAtendimento, global::System.Int32 idPaciente, global::System.String strMotivoAtendimento, global::System.String strProvidencias, global::System.Int32 idMaterial, global::System.DateTime dtmDataAtendimento) { atendimento atendimento = new atendimento(); atendimento.idAtendimento = idAtendimento; atendimento.idPaciente = idPaciente; atendimento.strMotivoAtendimento = strMotivoAtendimento; atendimento.strProvidencias = strProvidencias; atendimento.idMaterial = idMaterial; atendimento.dtmDataAtendimento = dtmDataAtendimento; return(atendimento); }
/// <summary> /// Deprecated Method for adding a new object to the atendimentoes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToatendimentoes(atendimento atendimento) { base.AddObject("atendimentoes", atendimento); }
/// <summary> /// Create a new atendimento object. /// </summary> /// <param name="idAtendimento">Initial value of the idAtendimento property.</param> /// <param name="idPaciente">Initial value of the idPaciente property.</param> /// <param name="strMotivoAtendimento">Initial value of the strMotivoAtendimento property.</param> /// <param name="strProvidencias">Initial value of the strProvidencias property.</param> /// <param name="idMaterial">Initial value of the idMaterial property.</param> /// <param name="dtmDataAtendimento">Initial value of the dtmDataAtendimento property.</param> public static atendimento Createatendimento(global::System.Int32 idAtendimento, global::System.Int32 idPaciente, global::System.String strMotivoAtendimento, global::System.String strProvidencias, global::System.Int32 idMaterial, global::System.DateTime dtmDataAtendimento) { atendimento atendimento = new atendimento(); atendimento.idAtendimento = idAtendimento; atendimento.idPaciente = idPaciente; atendimento.strMotivoAtendimento = strMotivoAtendimento; atendimento.strProvidencias = strProvidencias; atendimento.idMaterial = idMaterial; atendimento.dtmDataAtendimento = dtmDataAtendimento; return atendimento; }