Click or drag to resize
Virtual Care PatientProfileApi Class

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

[Missing <summary> documentation for "T:SnapMD.VirtualCare.Sdk.PatientProfileApi"]

Inheritance Hierarchy
SystemObject
  SnapMD.VirtualCare.SdkApiCall
    SnapMD.VirtualCare.SdkPatientProfileApi

Namespace: SnapMD.VirtualCare.Sdk
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
public class PatientProfileApi : ApiCall, 
	IPatientProfileApi

The PatientProfileApi type exposes the following members.

Constructors
  NameDescription
Public methodPatientProfileApi
Initializes a new instance of the PatientProfileApi class
Top
Properties
  NameDescription
Public propertyNotFound (Inherited from ApiCall.)
Public propertyRequiresAuthentication (Inherited from ApiCall.)
Public propertyServerError (Inherited from ApiCall.)
Public propertyUnauthorized (Inherited from ApiCall.)
Public propertyWebClientInstance (Inherited from ApiCall.)
Top
Methods
  NameDescription
Public methodAddDependent
Protected methodDelete(String, Object) (Inherited from ApiCall.)
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 methodGetPatientData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMakeCall(FuncIWebClient, String) (Inherited from ApiCall.)
Protected methodMakeCall(String, Object) (Inherited from ApiCall.)
Protected methodMakeCall(IWebClient, FuncIWebClient, String) (Inherited from ApiCall.)
Protected methodMakeCallT(String) (Inherited from ApiCall.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewPatient
Protected methodPost(String, Object) (Inherited from ApiCall.)
Protected methodPut(String, Object) (Inherited from ApiCall.)
Public methodResendOnboardingEmail
Re-sends patient onboarding email.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also