Click or drag to resize
Virtual Care UserProfilesResult Class

[This is preliminary documentation and is subject to change.]

Represents information for a clinician or patient that is suitable for patient use.
Inheritance Hierarchy
SystemObject
  SnapMD.VirtualCare.ApiModelsUserProfilesResult

Namespace: SnapMD.VirtualCare.ApiModels
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public class UserProfilesResult

The UserProfilesResult type exposes the following members.

Constructors
  NameDescription
Public methodUserProfilesResult
Initializes a new instance of the UserProfilesResult class
Top
Properties
  NameDescription
Public propertyAddress
Gets or sets the address.
Public propertyBloodType
Gets or sets the type of the blood.
Public propertyDob
Gets or sets the dob.
Public propertyEmail
Gets or sets the email.
Public propertyEthnicity
Gets or sets the ethnicity.
Public propertyEyeColor
Gets or sets the color of the eye.
Public propertyFirstName
Gets or sets the first name.
Public propertyFullName
Gets the full name.
Public propertyGender
Gets or sets the gender.
Public propertyHairColor
Gets or sets the color of the hair.
Public propertyHasRequiredFields
Gets a value indicating whether this instance has required fields.
Public propertyHeight
Gets or sets the height.
Public propertyHomePhone
Gets or sets the home phone.
Public propertyLastName
Gets or sets the last name.
Public propertyLocationId
Gets or sets the location identifier.
Public propertyMobilePhone
Gets or sets the mobile phone.
Public propertyOrganizationId
Gets or sets the organization identifier.
Public propertyProfileId
Gets or sets the profile identifier.
Public propertyProfileImage
Gets the profile image.
Public propertyProfileImagePath
Gets or sets the profile image path.
Public propertyTimeZone
Gets or sets the time zone.
Public propertyTimeZoneId
Gets or sets the time zone identifier.
Public propertyTimeZoneSystemId
Gets or sets time zone string identifier. Example: 'Eastern Standard Time'.
Public propertyUserId
Gets or sets the user identifier.
Public propertyWeight
Gets or sets the weight.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also