Type ExamenLaboratorio
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Listado de exámenes de laboratorio realizados a un paciente
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeResultadosLaboratorio()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
ExamenLaboratorio CreateExamenLaboratorio(int codigo, string nombre, DateTime fecha)
Create a new ExamenLaboratorio object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
-
DateTime
fecha - Initial value of the Fecha property.
Public properties
int Codigo get; set;
Código del examen de laboratorio
EntityKey EntityKey get; set;
EntityState EntityState get;
ExpedienteMedico ExpedienteMedico get; set;
Expediente médico del examen de laboratorio
EntityReference<ExpedienteMedico> ExpedienteMedicoReference get; set;
Expediente médico del examen de laboratorio
DateTime Fecha get; set;
Fecha del examen
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
string Laboratorio get; set;
Nombre del laboratorio donde se hizo el examen
string Nombre get; set;
Nombre del exámen de laboratorio
string RawPropertyBagData get; set;
Información de campos adicionales
EntityCollection<ResultadoLaboratorio> ResultadosLaboratorio get; set;
Resultados de laboratorio del examen
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Último usuario que modificó el registro