Table of Contents

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

string

EntryType

public string EntryType { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

RecordedAt

public DateTime RecordedAt { get; set; }

Property Value

DateTime