|
| Provider UML Documentation |
Provider
Class DeviceLocation
This class associates a (set of) device(s) with a location. For example X-Ray machine #123 is at the Elm Street clinic. This class can be navigated in either direction, so for example, the Elm Street clinic has two X-Ray machines, #123, and #456.
| Attributes |
| DeviceInstance | deviceInstance |
Pointer to the device that is located at the Service Delivery Location.
|
| «IVL_TS» Period | effectiveDateRange |
The time period during which the Device is located at the Service Delivery Location. For current records, the end-date of this time period would be blank.
|
| String | locationDetails |
Further describes the location at which the Device is present. For example, room 3, maternity ward, or 4th floor.
|
| String | networkAddress |
For equipment that is connected to the location’s local area network, this property contains the network address at which the device can be accessed.
|
| ServiceDeliveryLocation | serviceDeliveryLocation |
Pointer to the Service Delivery Location at which the device is located.
|
Properties:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | DeviceLocation |
| Name Expression | |
| Namespace | Provider |
| Owned Template Signature | |
| Owner | Provider |
| Owning Template Parameter | |
| Package | Provider |
| Qualified Name | FHIM::Provider::DeviceLocation |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
deviceInstance
Public DeviceInstance deviceInstance
-
Pointer to the device that is located at the Service Delivery Location.
-
Constraints:
-
Properties:
-
| Aggregation | None |
| Alias | |
| Association | deviceLocation_deviceInstance |
| Association End | |
| Class | DeviceLocation |
| 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 | deviceInstance |
| Name Expression | |
| Namespace | DeviceLocation |
| Opposite | |
| Owner | DeviceLocation |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Provider::DeviceLocation::deviceInstance |
| Stereotype | |
| Template Parameter | |
| Type | DeviceInstance |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
effectiveDateRange
Public «IVL_TS» Period effectiveDateRange
-
The time period during which the Device is located at the Service Delivery Location. For current records, the end-date of this time period would be blank.
-
Constraints:
-
Properties:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | DeviceLocation |
| 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 | 0 |
| Lower Value | (0) |
| Multiplicity | 0..1 |
| Name | effectiveDateRange |
| Name Expression | |
| Namespace | DeviceLocation |
| Opposite | |
| Owner | DeviceLocation |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Provider::DeviceLocation::effectiveDateRange |
| Stereotype | |
| Template Parameter | |
| Type | «IVL_TS» Period |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
locationDetails
Public String locationDetails
-
Further describes the location at which the Device is present. For example, room 3, maternity ward, or 4th floor.
-
Constraints:
-
Properties:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | DeviceLocation |
| 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 | 0 |
| Lower Value | (0) |
| Multiplicity | 0..1 |
| Name | locationDetails |
| Name Expression | |
| Namespace | DeviceLocation |
| Opposite | |
| Owner | DeviceLocation |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Provider::DeviceLocation::locationDetails |
| Stereotype | |
| Template Parameter | |
| Type | String |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
networkAddress
Public String networkAddress
-
For equipment that is connected to the location’s local area network, this property contains the network address at which the device can be accessed.
-
Constraints:
-
Properties:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | DeviceLocation |
| 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 | 0 |
| Lower Value | (0) |
| Multiplicity | 0..1 |
| Name | networkAddress |
| Name Expression | |
| Namespace | DeviceLocation |
| Opposite | |
| Owner | DeviceLocation |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Provider::DeviceLocation::networkAddress |
| Stereotype | |
| Template Parameter | |
| Type | String |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
serviceDeliveryLocation
Public ServiceDeliveryLocation serviceDeliveryLocation
-
Pointer to the Service Delivery Location at which the device is located.
-
Constraints:
-
Properties:
-
| Aggregation | None |
| Alias | |
| Association | deviceLocation_serviceDeliveryLocation |
| Association End | |
| Class | DeviceLocation |
| 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 | serviceDeliveryLocation |
| Name Expression | |
| Namespace | DeviceLocation |
| Opposite | |
| Owner | DeviceLocation |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Provider::DeviceLocation::serviceDeliveryLocation |
| Stereotype | |
| Template Parameter | |
| Type | ServiceDeliveryLocation |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
|
| Provider UML Documentation |