Class AddPrescriptionCommand.Parameters
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
DiagnosisId
Parameter key for the identifier of the diagnosis this prescription is linked to.
public const string DiagnosisId = "diagnosis_id"
Field Value
DocumentId
Parameter key for the target clinical document identifier.
public const string DocumentId = "document_id"
Field Value
Dosage
Parameter key for the dosage instructions.
public const string Dosage = "dosage"
Field Value
Duration
Parameter key for the treatment duration.
public const string Duration = "duration"
Field Value
Frequency
Parameter key for the medication frequency.
public const string Frequency = "frequency"
Field Value
GenericAllowed
Parameter key indicating whether generic substitution is allowed.
public const string GenericAllowed = "generic_allowed"
Field Value
Instructions
Parameter key for additional patient instructions.
public const string Instructions = "instructions"
Field Value
MedicationName
Parameter key for the prescribed medication name.
public const string MedicationName = "medication_name"
Field Value
NdcCode
Parameter key for the NDC (National Drug Code) identifier.
public const string NdcCode = "ndc_code"
Field Value
Refills
Parameter key for the allowed number of refills.
public const string Refills = "refills"
Field Value
Route
Parameter key for the medication administration route.
public const string Route = "route"