Click or drag to resize
Virtual Care IPatientMedicalHistoryProfile Interface

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

Patient medical history profile.

Namespace: SnapMD.VirtualCare.ApiModels
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public interface IPatientMedicalHistoryProfile : IMedicalHistoryProfile

The IPatientMedicalHistoryProfile type exposes the following members.

Properties
  NameDescription
Public propertyInfantData
Infra data.
(Inherited from IMedicalHistoryProfile.)
Public propertyMedicalConditions
Patient medical conditions.
(Inherited from IMedicalHistoryProfile.)
Public propertyMedicationAllergies
Medical allergies.
(Inherited from IMedicalHistoryProfile.)
Public propertyMedications
Medications.
(Inherited from IMedicalHistoryProfile.)
Public propertyPatientId
Profile id.
Public propertySurgeries
Patient surgeries.
(Inherited from IMedicalHistoryProfile.)
Top
See Also