|
PatientMedicalHistoryProfileMedicationAllergies 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)
Syntaxpublic List<CustomCode> MedicationAllergies { get; set; }
Public Property MedicationAllergies As List(Of CustomCode)
Get
Set
public:
virtual property List<CustomCode>^ MedicationAllergies {
List<CustomCode>^ get () sealed;
void set (List<CustomCode>^ value) sealed;
}
abstract MedicationAllergies : List<CustomCode> with get, set
override MedicationAllergies : List<CustomCode> with get, set
Property Value
Type:
ListCustomCodeImplements
IMedicalHistoryProfileMedicationAllergies
See Also