|
UserDetailsRequestProfileImage Property |
[This is preliminary documentation and is subject to change.]
Path to doctor profile image in SnapMD system.
In third party tool you will usually keep this field empty, so user will be able add his photo when he will be activated.
As default you can use "/images/Doctor-Male.gif" and "/images/Doctor-Female.gif"
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string ProfileImage { get; set; }
Public Property ProfileImage As String
Get
Set
public:
property String^ ProfileImage {
String^ get ();
void set (String^ value);
}
member ProfileImage : string with get, set
Property Value
Type:
String
See Also