Type MotivoAtencion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Listado de Motivos de atención
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
MotivoAtencion CreateMotivoAtencion(int codigo, string nombre, bool esAccidente)
Create a new MotivoAtencion object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
-
bool
esAccidente - Initial value of the EsAccidente property.
Public properties
int Codigo get; set;
Código único secuencial
EntityCollection<ConsultaMedica> ConsultasMedicas get; set;
Consultas médicas asociadas a un motivo de atención
string Descripcion get; set;
Descripción del motivo de atención
EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsAccidente get; set;
¿Es accidente?
Nullable<DateTime> FechaGrabacion get; set;
Fecha de creación del registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de modificación
List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho
GrupoCorporativo GrupoCorporativo get; set;
Grupo corporativo del motivo de atención
EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;
Grupo corporativo del motivo de atención
string Nombre get; set;
Nombre del motivo
string RawPropertyBagData get; set;
Información de campos adicionales
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Último usuario que modifió el registro