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

Commit

Permalink
add Hospitalsettings to Hospital info for mobile and public settings …
Browse files Browse the repository at this point in the history
…to 1.17
  • Loading branch information
Number1MSFanboy committed Nov 29, 2015
1 parent ec1a446 commit 2ce2a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SnapMD.ConnectedCare.ApiModels/HospitalInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class HospitalInfo
public virtual IEnumerable<HospitalHours> OperatingHours { get; set; }

public List<string> EnabledModules { get; set; }
public IDictionary<string, string> Settings { get; set; }

[JsonConverter(typeof(StringEnumConverter))]
public CustomerSsoType CustomerSso { get; set; }
Expand Down

0 comments on commit 2ce2a97

Please sign in to comment.