Class Medicine
Represents a medicine entity within the domain model.
public class Medicine
- Inheritance
-
Medicine
- Inherited Members
- Extension Methods
Properties
Codes
public List<string> Codes { get; set; }
Property Value
Group
public List<string> Group { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
Name
public string? Name { get; set; }
Property Value
Notes
public List<string> Notes { get; set; }
Property Value
Type
public List<string> Type { get; set; }