Class PrescriptionDto
- Namespace
- Core.CliniCore.DTOs.ClinicalDocuments
- Assembly
- Core.CliniCore.dll
DTO for prescription entries with full domain field support
public class PrescriptionDto
- Inheritance
-
PrescriptionDto
- Inherited Members
- Extension Methods
Properties
AuthorId
public Guid AuthorId { get; set; }
Property Value
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
DEASchedule
public int? DEASchedule { get; set; }
Property Value
- int?
DiagnosisId
public Guid DiagnosisId { get; set; }
Property Value
DocumentId
public Guid DocumentId { get; set; }
Property Value
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
Id
public Guid Id { get; set; }
Property Value
Instructions
public string? Instructions { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
MedicationName
public string MedicationName { get; set; }
Property Value
ModifiedAt
public DateTime? ModifiedAt { get; set; }
Property Value
NDCCode
public string? NDCCode { get; set; }
Property Value
Refills
public int Refills { get; set; }
Property Value
Route
public MedicationRoute Route { get; set; }
Property Value
Severity
public EntrySeverity Severity { get; set; }