/// <summary> /// Create a new SpecificLabs object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="dateLabIssued">Initial value of the DateLabIssued property.</param> /// <param name="viralLoad">Initial value of the ViralLoad property.</param> /// <param name="whiteBloodCellCount">Initial value of the WhiteBloodCellCount property.</param> /// <param name="numberOfFingers">Initial value of the NumberOfFingers property.</param> /// <param name="specificLabs_Patient">Initial value of the SpecificLabs_Patient property.</param> public static SpecificLabs CreateSpecificLabs(global::System.Int32 id, global::System.DateTime dateLabIssued, global::System.Double viralLoad, global::System.Decimal whiteBloodCellCount, global::System.Int32 numberOfFingers, global::System.Int32 specificLabs_Patient) { SpecificLabs specificLabs = new SpecificLabs(); specificLabs.Id = id; specificLabs.DateLabIssued = dateLabIssued; specificLabs.ViralLoad = viralLoad; specificLabs.WhiteBloodCellCount = whiteBloodCellCount; specificLabs.NumberOfFingers = numberOfFingers; specificLabs.SpecificLabs_Patient = specificLabs_Patient; return(specificLabs); }
/// <summary> /// Create a new SpecificLabs object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="dateLabIssued">Initial value of the DateLabIssued property.</param> /// <param name="viralLoad">Initial value of the ViralLoad property.</param> /// <param name="whiteBloodCellCount">Initial value of the WhiteBloodCellCount property.</param> /// <param name="numberOfFingers">Initial value of the NumberOfFingers property.</param> /// <param name="specificLabs_Patient">Initial value of the SpecificLabs_Patient property.</param> public static SpecificLabs CreateSpecificLabs(global::System.Int32 id, global::System.DateTime dateLabIssued, global::System.Double viralLoad, global::System.Decimal whiteBloodCellCount, global::System.Int32 numberOfFingers, global::System.Int32 specificLabs_Patient) { SpecificLabs specificLabs = new SpecificLabs(); specificLabs.Id = id; specificLabs.DateLabIssued = dateLabIssued; specificLabs.ViralLoad = viralLoad; specificLabs.WhiteBloodCellCount = whiteBloodCellCount; specificLabs.NumberOfFingers = numberOfFingers; specificLabs.SpecificLabs_Patient = specificLabs_Patient; return specificLabs; }
/// <summary> /// Deprecated Method for adding a new object to the SpecificLabsSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSpecificLabsSet(SpecificLabs specificLabs) { base.AddObject("SpecificLabsSet", specificLabs); }