Click or drag to resize
Virtual Care PersonApiGetPatientPerson Method

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

[Missing <summary> documentation for "M:SnapMD.VirtualCare.Sdk.PersonApi.GetPatientPerson(System.Int32,System.Int32)"]

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<PatientPersonResponse> GetPatientPerson(
	int providerId,
	int patientId
)

Parameters

providerId
Type: SystemInt32

[Missing <param name="providerId"/> documentation for "M:SnapMD.VirtualCare.Sdk.PersonApi.GetPatientPerson(System.Int32,System.Int32)"]

patientId
Type: SystemInt32

[Missing <param name="patientId"/> documentation for "M:SnapMD.VirtualCare.Sdk.PersonApi.GetPatientPerson(System.Int32,System.Int32)"]

Return Value

Type: ApiResponseV2PatientPersonResponse

[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.PersonApi.GetPatientPerson(System.Int32,System.Int32)"]

Implements

IPersonApiGetPatientPerson(Int32, Int32)
See Also