|
IntakeQuestionnairePatientRecord Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:SnapMD.VirtualCare.ApiModels.IntakeQuestionnaire.PatientRecord"]
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic PatientRecord PatientRecord { get; set; }
Public Property PatientRecord As PatientRecord
Get
Set
public:
virtual property PatientRecord^ PatientRecord {
PatientRecord^ get () sealed;
void set (PatientRecord^ value) sealed;
}
abstract PatientRecord : PatientRecord with get, set
override PatientRecord : PatientRecord with get, set
Property Value
Type:
PatientRecordImplements
IIntakeQuestionnairePatientRecord
See Also