Table of Contents

Class CreatePrescriptionRequest

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

Request to create a new prescription entry

public class CreatePrescriptionRequest
Inheritance
CreatePrescriptionRequest
Inherited Members

Properties

AuthorId

public Guid? AuthorId { get; set; }

Property Value

Guid?

DEASchedule

public int? DEASchedule { get; set; }

Property Value

int?

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

Frequency

public DosageFrequency? Frequency { get; set; }

Property Value

DosageFrequency?

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

MedicationName

public string MedicationName { get; set; }

Property Value

string

NDCCode

public string? NDCCode { get; set; }

Property Value

string

Refills

public int Refills { get; set; }

Property Value

int

Route

public MedicationRoute Route { get; set; }

Property Value

MedicationRoute

Severity

public EntrySeverity Severity { get; set; }

Property Value

EntrySeverity