Click or drag to resize
Virtual Care EncountersApiGetUsersActiveConsultations Method

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

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.

Namespace: SnapMD.VirtualCare.Sdk
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
public ApiResponseV2<PatientConsultationInfo> GetUsersActiveConsultations()

Return Value

Type: ApiResponseV2PatientConsultationInfo

[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.EncountersApi.GetUsersActiveConsultations"]

See Also