Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge 1.21 into 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lorddev committed May 23, 2016
2 parents 12f6826 + 2abbcc9 commit 8f06c8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SnapMD.VirtualCare.ApiModels/NewCoUserRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// limitations under the License.
#endregion

using System;

namespace SnapMD.VirtualCare.ApiModels
{
public class NewCoUserRequest : PatientRecord
Expand Down Expand Up @@ -55,6 +57,15 @@ public class NewCoUserRequest : PatientRecord
/// </value>
public int? WeightUnitId { get; set; }

/// <summary>
/// Not used. Please use the new Images APIs.
/// </summary>
/// <value>
/// The photo.
/// </value>
[Obsolete("No longer used. Please use the new Images APIs.", true)]
public byte[] Photo { get; set; }

/// <summary>
/// Gets or sets the type of the blood.
/// </summary>
Expand Down

0 comments on commit 8f06c8a

Please sign in to comment.