|
IMedicalHistoryProfileMedicationAllergies Property |
[This is preliminary documentation and is subject to change.]
Medical allergies.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
SyntaxList<CustomCode> MedicationAllergies { get; set; }
Property MedicationAllergies As List(Of CustomCode)
Get
Set
property List<CustomCode>^ MedicationAllergies {
List<CustomCode>^ get ();
void set (List<CustomCode>^ value);
}
abstract MedicationAllergies : List<CustomCode> with get, set
Property Value
Type:
ListCustomCode
See Also