Click or drag to resize
Virtual Care HospitalApi Class

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

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

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

The HospitalApi type exposes the following members.

Constructors
  NameDescription
Public methodHospitalApi
Initializes a new instance of the HospitalApi 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 methodGetAddress
Gets the hospital address based on the current logged-in user's provider ID.
Public methodGetAddress(Int32)
Gets the hospital address based on provider ID.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHospital
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.)
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 methodUpdateAddress
Top
See Also