Click or drag to resize
Virtual Care NewCoUserRequest Class

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

[Missing <summary> documentation for "T:SnapMD.VirtualCare.ApiModels.NewCoUserRequest"]

Inheritance Hierarchy

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 NewCoUserRequest : PatientRecord

The NewCoUserRequest type exposes the following members.

Constructors
  NameDescription
Public methodNewCoUserRequest
Initializes a new instance of the NewCoUserRequest class
Top
Properties
  NameDescription
Public propertyAddress (Inherited from PatientRecord.)
Public propertyBloodType
Gets or sets the type of the blood.
Public propertyDob (Inherited from PatientRecord.)
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 propertyFamilyGroupId
Gets or sets the family group identifier.
Public propertyFirstName (Inherited from PatientRecord.)
Public propertyGender
Gets or sets the gender.
(Inherited from PatientRecord.)
Public propertyHairColor
Gets or sets the color of the hair.
Public propertyHeight (Inherited from PatientRecord.)
Public propertyHeightUnit (Inherited from PatientRecord.)
Public propertyHeightUnitId
Gets or sets the height unit identifier.
Public propertyHomePhone (Inherited from PatientRecord.)
Public propertyLastName (Inherited from PatientRecord.)
Public propertyLocationName (Inherited from PatientRecord.)
Public propertyMobilePhone (Inherited from PatientRecord.)
Public propertyOrganizationName (Inherited from PatientRecord.)
Public propertyPhoto Obsolete.
Not used. Please use the new Images APIs.
Public propertyProfileImagePath (Inherited from PatientRecord.)
Public propertyRelationshipId
Gets or sets the relationship identifier.
Public propertyWeight (Inherited from PatientRecord.)
Public propertyWeightUnit (Inherited from PatientRecord.)
Public propertyWeightUnitId
Gets or sets the weight unit identifier.
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