Table of Contents

Class UpdatePrescriptionRequest

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

Request to update an existing prescription entry

public class UpdatePrescriptionRequest
Inheritance
UpdatePrescriptionRequest
Inherited Members

Properties

DEASchedule

public int? DEASchedule { get; set; }

Property Value

int?

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 DosageFrequency? Frequency { get; set; }

Property Value

DosageFrequency?

GenericAllowed

public bool? GenericAllowed { get; set; }

Property Value

bool?

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

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?