Class: Service_list_item

Description of: Service_list_item

Class steward is Orders/Observation
A list item represents one service on a service list. It holds sequence and priority numbers to establish the list-specific ordering of the service.

Attribute definitions for: Service_list_item

note_txt :: ED

A note may be attached to each list. Since stakeholder owned lists are not part of the medical record, these notes are private notes of the list owner and are not subject to the rules of auditing and archiving that apply to medical record items.

priority_nmb :: REAL

Items in the list can be ranked by priority. This is used to help deciding which item to address next when the items are not sequenced.

sequence_nmb :: REAL

The items of the list can be sequenced using this attribute. It is a real number in order to allow dynamic insertion without having to renumber all the items every time an insertion or deletion is made.

Association definitions for: Service_list_item

is_part_of (1,1) :: Service_list :: has_parts (0,n)

represents (1,1) :: Service :: represented_as (0,n)