Click or drag to resize
Virtual Care EncountersApi Class

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

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

Inheritance Hierarchy

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 EncountersApi : ApiCall

The EncountersApi type exposes the following members.

Constructors
  NameDescription
Public methodEncountersApi(String, String, String, String)
Initializes a new instance of the EncountersApi class
Public methodEncountersApi(String, String, String, String, IWebClient)
Initializes a new instance of the EncountersApi 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
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 methodGetScheduledConsultations
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUsersActiveConsultations
Gets a list of running consultations for the user whether the user is a clinician or a patient. There should be 0 or 1 results, but if there are more, this information can be used for debugging.
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.)
Protected methodPost(String, Object) (Inherited from ApiCall.)
Protected methodPut(String, Object) (Inherited from ApiCall.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateIntakeQuestionnaire
Top
See Also