Type ResultadoLaboratorio
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Resultados de laboratorio de un examen
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
ResultadoLaboratorio CreateResultadoLaboratorio(int codigo, string nombre, string valor)
Create a new ResultadoLaboratorio object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
-
string
valor - Initial value of the Valor property.
Public properties
int Codigo get; set;
Código secuencial único del resultado
EntityKey EntityKey get; set;
EntityState EntityState get;
ExamenLaboratorio ExamenLaboratorio get; set;
Examen de laboratorio de los resultados
EntityReference<ExamenLaboratorio> ExamenLaboratorioReference get; set;
Examen de laboratorio de los resultados
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 Indicador get; set;
Nombre indicador del resultado
string Nombre get; set;
Nombre del resultado
string RangoMaximo get; set;
Referencia del valor de rango máximo del resultado
string RangoMinimo get; set;
Referencia del valor de rango mínimo según nombre del resultado
string Unidad get; set;
Unidad de medida del resultado
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Último usuario que modificó el registro
string Valor get; set;
Valor del resultado