Class UpdateClinicalDocumentRequest
- Namespace
- Core.CliniCore.Requests.ClinicalDocuments
- Assembly
- Core.CliniCore.dll
Request DTO for updating an existing clinical document
public class UpdateClinicalDocumentRequest
- Inheritance
-
UpdateClinicalDocumentRequest
- Inherited Members
Properties
ChiefComplaint
Updated chief complaint. If null, the existing value is retained.
[StringLength(500, ErrorMessage = "Chief complaint cannot exceed 500 characters")]
public string? ChiefComplaint { get; set; }
Property Value
IsCompleted
If true, marks the document as finalized/completed. Once completed, the document cannot be modified.
public bool? IsCompleted { get; set; }
Property Value
- bool?