Type ProcedimientoPaciente
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Procedimientos médicos aplicados a un paciente
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
ProcedimientoPaciente CreateProcedimientoPaciente(int codigo, string nombre)
Create a new ProcedimientoPaciente object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
Public properties
int Codigo get; set;
Código único secuencial del registro
EntityKey EntityKey get; set;
EntityState EntityState get;
ExpedienteMedico ExpedienteMedico get; set;
Expediente médico de los procedimientos
EntityReference<ExpedienteMedico> ExpedienteMedicoReference get; set;
Expediente médico de los procedimientos
Nullable<DateTime> Fecha get; set;
Fecha que se realizó el procedimiento
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 Nombre get; set;
Nombre del procedimiento
string Observaciones get; set;
Observaciones
string Proveedor get; set;
Proveedor
string RawPropertyBagData get; set;
Información de campos adicionales
string UbicacionAnatomica get; set;
Ubicación anatómica
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Último usuario que modificó el registro