Table of Contents

Class PrescriptionEntity

Namespace
API.CliniCore.Data.Entities.ClinicalEntries
Assembly
API.CliniCore.dll

EF Core entity for prescriptions

public class PrescriptionEntity
Inheritance
PrescriptionEntity
Inherited Members
Extension Methods

Properties

AuthorId

public Guid AuthorId { get; set; }

Property Value

Guid

ClinicalDocument

public ClinicalDocumentEntity ClinicalDocument { get; set; }

Property Value

ClinicalDocumentEntity

ClinicalDocumentId

public Guid ClinicalDocumentId { get; set; }

Property Value

Guid

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

DEASchedule

public int? DEASchedule { get; set; }

Property Value

int?

Diagnosis

public DiagnosisEntity Diagnosis { get; set; }

Property Value

DiagnosisEntity

DiagnosisId

public Guid DiagnosisId { get; set; }

Property Value

Guid

Dosage

public string? Dosage { get; set; }

Property Value

string

Duration

public string? Duration { get; set; }

Property Value

string

ExpirationDate

public DateTime? ExpirationDate { get; set; }

Property Value

DateTime?

Frequency

public string? Frequency { get; set; }

Property Value

string

GenericAllowed

public bool GenericAllowed { get; set; }

Property Value

bool

Id

public Guid Id { get; set; }

Property Value

Guid

Instructions

public string? Instructions { get; set; }

Property Value

string

IsActive

public bool IsActive { get; set; }

Property Value

bool

MedicationName

public string MedicationName { get; set; }

Property Value

string

ModifiedAt

public DateTime? ModifiedAt { get; set; }

Property Value

DateTime?

NDCCode

public string? NDCCode { get; set; }

Property Value

string

Refills

public int Refills { get; set; }

Property Value

int

Route

public string? Route { get; set; }

Property Value

string

Severity

public string Severity { get; set; }

Property Value

string