Common
Class ProcedureListEntry
This class provides a mechanism to associate a record with multiple procedures. Rather than have the traditional "primary procedure", "secondary procedure", etc. in a record, the record will contain a zero-to-many pointer to this class, which then has a one-to-one pointer to a procedure, with a precedence property to indicate primary, secondary, tertiary, etc.
Attributes |
Integer | precedence |
Provides an indication of whether the procedure is primary, secondary, tertiary, etc."Principal procedure flag." - PCORnet Common Data Model, Procedures.PPX. Possible values include: Principal; Secondary; No information; Unknown; Other.
|
ActionPerformed | procedure |
Indicates the procedure associated with this entry in the list.
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | ProcedureListEntry |
Name Expression | |
Namespace | Common |
Owned Template Signature | |
Owner | Common |
Owning Template Parameter | |
Package | Common |
Qualified Name | FHIM::Common::ProcedureListEntry |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
precedence
Public Integer precedence
-
Provides an indication of whether the procedure is primary, secondary, tertiary, etc."Principal procedure flag." - PCORnet Common Data Model, Procedures.PPX. Possible values include: Principal; Secondary; No information; Unknown; Other.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | ProcedureListEntry |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | precedence |
Name Expression | |
Namespace | ProcedureListEntry |
Opposite | |
Owner | ProcedureListEntry |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Common::ProcedureListEntry::precedence |
Stereotype | |
Template Parameter | |
Type | Integer |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
procedure
Public ActionPerformed procedure
-
Indicates the procedure associated with this entry in the list.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | procedureList_procedure |
Association End | |
Class | ProcedureListEntry |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | procedure |
Name Expression | |
Namespace | ProcedureListEntry |
Opposite | |
Owner | ProcedureListEntry |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Common::ProcedureListEntry::procedure |
Stereotype | |
Template Parameter | |
Type | ActionPerformed |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |