|
PatientMedicalHistoryProfilePatientId Property |
[This is preliminary documentation and is subject to change.]
Profile id.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic int PatientId { get; set; }
Public Property PatientId As Integer
Get
Set
public:
virtual property int PatientId {
int get () sealed;
void set (int value) sealed;
}
abstract PatientId : int with get, set
override PatientId : int with get, set
Property Value
Type:
Int32Implements
IPatientMedicalHistoryProfilePatientId
See Also