|
PatientMedicalProfileApiGetPatientData Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:SnapMD.VirtualCare.Sdk.PatientMedicalProfileApi.GetPatientData(System.Int32)"]
Namespace: SnapMD.VirtualCare.SdkAssembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntaxpublic ApiResponseV2<PatientMedicalHistoryProfile> GetPatientData(
int patientId
)
Public Function GetPatientData (
patientId As Integer
) As ApiResponseV2(Of PatientMedicalHistoryProfile)
public:
ApiResponseV2<PatientMedicalHistoryProfile^>^ GetPatientData(
int patientId
)
member GetPatientData :
patientId : int -> ApiResponseV2<PatientMedicalHistoryProfile>
Parameters
- patientId
- Type: SystemInt32
[Missing <param name="patientId"/> documentation for "M:SnapMD.VirtualCare.Sdk.PatientMedicalProfileApi.GetPatientData(System.Int32)"]
Return Value
Type:
ApiResponseV2PatientMedicalHistoryProfile[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.PatientMedicalProfileApi.GetPatientData(System.Int32)"]
See Also