Table of Contents

Class UpdatePrescriptionCommand.Parameters

Namespace
Core.CliniCore.Commands.Clinical
Assembly
Core.CliniCore.dll

Defines the parameter keys used by UpdatePrescriptionCommand.

public static class UpdatePrescriptionCommand.Parameters
Inheritance
UpdatePrescriptionCommand.Parameters
Inherited Members

Fields

DEASchedule

Parameter key for the DEA schedule classification.

public const string DEASchedule = "dea_schedule"

Field Value

string

DocumentId

Parameter key for the clinical document identifier that owns the prescription.

public const string DocumentId = "document_id"

Field Value

string

Dosage

Parameter key for the dosage instructions.

public const string Dosage = "dosage"

Field Value

string

Duration

Parameter key for the treatment duration.

public const string Duration = "duration"

Field Value

string

ExpirationDate

Parameter key for the prescription expiration date.

public const string ExpirationDate = "expiration_date"

Field Value

string

Frequency

Parameter key for the medication frequency.

public const string Frequency = "frequency"

Field Value

string

GenericAllowed

Parameter key indicating whether generic substitution is allowed.

public const string GenericAllowed = "generic_allowed"

Field Value

string

Instructions

Parameter key for additional patient instructions.

public const string Instructions = "instructions"

Field Value

string

MedicationName

Parameter key for the prescribed medication name.

public const string MedicationName = "medication_name"

Field Value

string

NDCCode

Parameter key for the NDC (National Drug Code) identifier.

public const string NDCCode = "ndc_code"

Field Value

string

PrescriptionId

Parameter key for the prescription entry identifier.

public const string PrescriptionId = "prescription_id"

Field Value

string

Refills

Parameter key for the allowed number of refills.

public const string Refills = "refills"

Field Value

string

Route

Parameter key for the administration route.

public const string Route = "route"

Field Value

string

Severity

Parameter key for the severity associated with the prescription.

public const string Severity = "severity"

Field Value

string