org.hl7.rim

Interface WorkingList

public interface WorkingList extends RimObject, Act

Interface for RIM class WorkingList.

A dynamic list of individual instances of Act which reflect the needs of an individual worker, team of workers, or an organization to view groups of Acts for clinical or administrative reasons.

Discussion: The grouped Acts are related to the WorkingList via an ActRelationship of type 'COMP' (component).

Examples: Problem lists, goal lists, allergy lists, to-do lists, etc.

Method Summary
CEgetOwnershipLevelCode()
Gets attribute ownershipLevelCode of type CE and cardinality 0..1.
voidsetOwnershipLevelCode(CE value)
Sets attribute ownershipLevelCode of type CE and cardinality 0..1.

Method Detail

getOwnershipLevelCode

public CE getOwnershipLevelCode()
Gets attribute ownershipLevelCode of type CE and cardinality 0..1.

Indicates the category of representation for the personnel managing the list, whether person, team or organization.

Returns: the attribute value

setOwnershipLevelCode

public void setOwnershipLevelCode(CE value)
Sets attribute ownershipLevelCode of type CE and cardinality 0..1.

Indicates the category of representation for the personnel managing the list, whether person, team or organization.

Parameters: value the new attribute value