Table of Contents

Class CreateDiagnosisRequest

Namespace
Core.CliniCore.Requests.ClinicalDocuments
Assembly
Core.CliniCore.dll

Request to create a new diagnosis entry

public class CreateDiagnosisRequest
Inheritance
CreateDiagnosisRequest
Inherited Members

Properties

AuthorId

public Guid? AuthorId { get; set; }

Property Value

Guid?

Content

public string Content { get; set; }

Property Value

string

ICD10Code

public string? ICD10Code { get; set; }

Property Value

string

Id

public Guid? Id { get; set; }

Property Value

Guid?

IsPrimary

public bool IsPrimary { get; set; }

Property Value

bool

OnsetDate

public DateTime? OnsetDate { get; set; }

Property Value

DateTime?

Severity

public EntrySeverity Severity { get; set; }

Property Value

EntrySeverity

Status

public DiagnosisStatus Status { get; set; }

Property Value

DiagnosisStatus

Type

public DiagnosisType Type { get; set; }

Property Value

DiagnosisType