diff --git a/SnapMD.VirtualCare.ApiModels/NewCoUserRequest.cs b/SnapMD.VirtualCare.ApiModels/NewCoUserRequest.cs index e4d36ed1..05a78d37 100644 --- a/SnapMD.VirtualCare.ApiModels/NewCoUserRequest.cs +++ b/SnapMD.VirtualCare.ApiModels/NewCoUserRequest.cs @@ -11,6 +11,8 @@ // limitations under the License. #endregion +using System; + namespace SnapMD.VirtualCare.ApiModels { public class NewCoUserRequest : PatientRecord @@ -55,6 +57,15 @@ public class NewCoUserRequest : PatientRecord /// public int? WeightUnitId { get; set; } + /// + /// Not used. Please use the new Images APIs. + /// + /// + /// The photo. + /// + [Obsolete("No longer used. Please use the new Images APIs.", true)] + public byte[] Photo { get; set; } + /// /// Gets or sets the type of the blood. ///