Class UpdatePrescriptionCommand.Parameters
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
DocumentId
Parameter key for the clinical document identifier that owns the prescription.
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
ExpirationDate
Parameter key for the prescription expiration date.
public const string ExpirationDate = "expiration_date"
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
PrescriptionId
Parameter key for the prescription entry identifier.
public const string PrescriptionId = "prescription_id"
Field Value
Refills
Parameter key for the allowed number of refills.
public const string Refills = "refills"
Field Value
Route
Parameter key for the administration route.
public const string Route = "route"
Field Value
Severity
Parameter key for the severity associated with the prescription.
public const string Severity = "severity"