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
Duration
public string? Duration { get; set; }
Property Value
ExpirationDate
public DateTime? ExpirationDate { get; set; }
Property Value
Frequency
public DosageFrequency? Frequency { get; set; }
Property Value
GenericAllowed
public bool? GenericAllowed { get; set; }
Property Value
- bool?
Instructions
public string? Instructions { get; set; }
Property Value
IsActive
public bool? IsActive { get; set; }
Property Value
- bool?
MedicationName
public string? MedicationName { get; set; }
Property Value
NDCCode
public string? NDCCode { get; set; }
Property Value
Refills
public int? Refills { get; set; }
Property Value
- int?
Route
public MedicationRoute? Route { get; set; }
Property Value
Severity
public EntrySeverity? Severity { get; set; }