Type AlergiaPaciente
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Alergias identificadas por paciente
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
AlergiaPaciente CreateAlergiaPaciente(int codigo, string nombre, string tipo, string reaccion)
Create a new AlergiaPaciente object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
-
string
tipo - Initial value of the Tipo property.
-
string
reaccion - Initial value of the Reaccion property.
Public properties
int Codigo get; set;
Código secuencial único del registro
EntityKey EntityKey get; set;
EntityState EntityState get;
ExpedienteMedico ExpedienteMedico get; set;
Expediente médico asociado a la alergía registrada
EntityReference<ExpedienteMedico> ExpedienteMedicoReference get; set;
Expediente médico asociado a la alergía registrada
Nullable<DateTime> FechaGrabacion get; set;
Fecha de creación del registro
Nullable<DateTime> FechaPrimeraVez get; set;
Fecha de la primera vez que ocurrió
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha que modificó el registro
List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho
string Nombre get; set;
Nombre de la alergia del paciente
string Observaciones get; set;
Observaciones
string RawPropertyBagData get; set;
Información de campos adicionales
string Reaccion get; set;
Reacción de la alergia
string Tipo get; set;
Tipo de alergia
string Tratamiento get; set;
Tratamiento de la alergia
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Último usuario que modificó el registro