|
PatientMedicalHistoryProfileInfantData Property |
[This is preliminary documentation and is subject to change.]
Infra data.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic NewbornRecord InfantData { get; set; }
Public Property InfantData As NewbornRecord
Get
Set
public:
virtual property NewbornRecord^ InfantData {
NewbornRecord^ get () sealed;
void set (NewbornRecord^ value) sealed;
}
abstract InfantData : NewbornRecord with get, set
override InfantData : NewbornRecord with get, set
Property Value
Type:
NewbornRecordImplements
IMedicalHistoryProfileInfantData
See Also