Table of Contents

Class AddPrescriptionCommand.Parameters

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

Defines the parameter keys used by AddPrescriptionCommand.

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

Fields

DeaSchedule

Parameter key for the DEA schedule classification of the medication.

public const string DeaSchedule = "dea_schedule"

Field Value

string

DiagnosisId

Parameter key for the identifier of the diagnosis this prescription is linked to.

public const string DiagnosisId = "diagnosis_id"

Field Value

string

DocumentId

Parameter key for the target clinical document identifier.

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

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

Refills

Parameter key for the allowed number of refills.

public const string Refills = "refills"

Field Value

string

Route

Parameter key for the medication administration route.

public const string Route = "route"

Field Value

string