Class ClinicalEntryDto
- Namespace
- Core.CliniCore.DTOs.ClinicalDocuments
- Assembly
- Core.CliniCore.dll
Generic clinical entry DTO (for simple/legacy use cases)
public class ClinicalEntryDto
- Inheritance
-
ClinicalEntryDto
- Inherited Members
Properties
Content
public string Content { get; set; }
Property Value
EntryType
public string EntryType { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
RecordedAt
public DateTime RecordedAt { get; set; }