Table of Contents

Class Medicine

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

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

List<string>

Group

public List<string> Group { get; set; }

Property Value

List<string>

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

Name

public string? Name { get; set; }

Property Value

string

Notes

public List<string> Notes { get; set; }

Property Value

List<string>

Type

public List<string> Type { get; set; }

Property Value

List<string>