Namespace

Model

Model

Definition of Model Objects

View Source model/index.js, line 1

Classes

Batch
DirectoryEntry
FinalProduct
IndividualProduct
MAH
Notification
Order
OrderLine
Participant
Base class for Actors in this use case.
Pharmacy
Product
Receipt
Sale
Shipment
ShipmentCode

This is a particular Model class, where all its properties represent the mount parts in the dsu where the property value (the keySSI) will be mounted

.
ShipmentLine
Status
Stock
TrackingCode

This is a particular Model class, where all its properties represent the mount parts in the dsu where the property value (the keySSI) will be mounted

.
Wholesaler

Members

# static constant BatchStatus

Properties:
Name Type Description
COMMISSIONED
QUARANTINED
RECALL

View Source model/BatchStatus.js, line 5

# static constant IndividualProductStatus

Properties:
Name Type Description
COMMISSIONED
RECALL
DISPENSED
ADMINISTERED
DESTROYED

View Source model/IndividualProductStatus.js, line 7

# static constant OrderStatus

Properties:
Name Type Description
CREATED
REJECTED
ON_HOLD
ACKNOWLEDGED
PICKUP
TRANSIT
DELIVERED
RECEIVED
CONFIRMED

View Source model/OrderStatus.js, line 5

# static constant ROLE

Role Enum Defines tha various roles withing the directory (basically actor types and products)

.

Role Enum Defines tha various roles withing the directory (basically actor types and products)

View Source model/DirectoryEntry.js, line 9

# static constant ShipmentLineStatus

Properties:
Name Type Description
CREATED
REJECTED
ON_HOLD
ACKNOWLEDGED
PICKUP
TRANSIT
DELIVERED
RECEIVED
CONFIRMED
COMMISSIONED
RECALL
DISPENSED
ADMINISTERED
DESTROYED

View Source model/ShipmentLineStatus.js, line 8

# static constant ShipmentStatus

Properties:
Name Type Description
CREATED
REJECTED
ON_HOLD
ACKNOWLEDGED
PICKUP
TRANSIT
DELIVERED
RECEIVED
CONFIRMED

View Source model/ShipmentStatus.js, line 7

# static constant StockStatus

View Source model/StockStatus.js, line 4