POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
GUIDELINE_OR_PRIVILEGE
ABSTRACT SUPERTYPE OF
(
ONEOF
(
business_associate_privilege
,
guideline
,
limitation
,
objective
,
regulation
))
SUBTYPE OF
(
business_object
);
data_value :
OPTIONAL
ndt_any_quantity
;
effective_date :
OPTIONAL
ndt_date_tod
;
expiry_date :
OPTIONAL
ndt_date_tod
;
identifier :
ndt_identifier
;
INVERSE
activity_subject_to_guideline :
SET [0:?] OF
activity_subject_to_guideline
FOR
guideline_or_privilege;
business_object :
SET [0:?] OF
object_subject_to_guideline
FOR
guideline_or_privilege;
compliance :
SET [0:?] OF
guideline_compliance
FOR
guideline_or_privilege;
guideline_or_privilege_remedy :
SET [0:?] OF
guideline_or_privilege_remedy
FOR
guideline_or_privilege;
END_ENTITY
; (* guideline_or_privilege *)
Generated on Tue Jul 10 19:38:00 2001
© Copyright 2001 POSC. All rights reserved.