dbo.CV3GraphAttribute 
Default Table Name  CV3GraphAttribute 
Definition  An attribute for a graph, subgraph, or graph data item. 

dbo.CV3GraphAttribute Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SiteID    smallint  YES  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 
RepFlags    tinyint  YES  Indicates the action in a distributed database environment. Distributed databases are no longer supported so this column is deprecated. 
Build    int  NO  Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. 
TouchedBy    varchar(50)  YES  Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
TouchedWhen    datetime  YES  The date and time that the row was last updated and will be based on the Enterprise time zone. 
CreatedBy    varchar(50)  YES  Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
CreatedWhen    datetime  YES  The date and time that the row was created and will be based on the Enterprise time zone. 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
GUID(PK)    HVCIDdt  NO  Unique primary key value. 
ParentGUID(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3GraphObj table. 
ParentType    int  NO  An enumerated type with the following list of possible values: 1 = [GraphObj],2 = [SubgraphObj],3 = [GraphDataItem], 
AttrType    int  NO  An enumerated type with the following list of possible values: 1 = [Graph],2 = [Subgraph],3 = [GraphDataItem],4 = [RefRange],5 = [CentileValue01],6 = [CentileValue02],7 = [CentileValue03],8 = [CentileValue04],9 = [CentileValue05],10 = [CentileValue06],11 = [CentileValue08],12 = [CentileValue09],13 = [CentileValue10],14 = [Custom],15 = [CentileValue07],16 = [CentileValue11],17 = [CentileValue12], 
AttrCode    int  NO  An enumerated type with the following list of possible values: 1 = [MainTitle],2 = [MainTitleFont],3 = [MainTitleBolded],4 = [SubTitle],5 = [SubTitleFont],6 = [SubTitleBolded],7 = [LegendLocation],8 = [MaleDeskBackgroundColor],9 = [FemaleDeskBackgroundColor],10 = [DeskForegroundColor],11 = [GraphBackgroundColor],12 = [GraphForegroundColor],13 = [GraphFontSize],14 = [XAxisScaleType],15 = [XAxisLabel],16 = [XAxisMinValue],17 = [XAxisMaxValue],18 = [PlottingMethodForObs],19 = [PlottingMethodForRefRange],20 = [YAxisScaleType],21 = [YAxisLabel],22 = [YAxisMinValue],23 = [YAxisMaxValue],24 = [SubsetColor],25 = [SubsetLineType],26 = [SubsetPointType],27 = [SubsetLegendLabel],28 = [CentileValue01Color],29 = [CentileValue01LineType],30 = [CentileValue01PointType],31 = [CentileValue01LegendLabel],32 = [CentileValue02Color],33 = [CentileValue02LineType],34 = [CentileValue02PointType],35 = [CentileValue02LegendLabel],36 = [CentileValue03Color],37 = [CentileValue03LineType],38 = [CentileValue03PointType],39 = [CentileValue03LegendLabel],40 = [CentileValue04Color],41 = [CentileValue04LineType],42 = [CentileValue04PointType],43 = [CentileValue04LegendLabel],44 = [CentileValue05Color],45 = [CentileValue05LineType],46 = [CentileValue05PointType],47 = [CentileValue05LegendLabel],48 = [CentileValue06Color],49 = [CentileValue06LineType],50 = [CentileValue06PointType],51 = [CentileValue06LegendLabel],52 = [CentileValue08Color],53 = [CentileValue08LineType],54 = [CentileValue08PointType],55 = [CentileValue08LegendLabel],56 = [CentileValue09Color],57 = [CentileValue09LineType],58 = [CentileValue09PointType],59 = [CentileValue09LegendLabel],60 = [CentileValue10Color],61 = [CentileValue10LineType],62 = [CentileValue10PointType],63 = [CentileValue10LegendLabel],64 = [ObsName_GestationalAge],65 = [CentileValue07Color],66 = [CentileValue07LineType],67 = [CentileValue07PointType],68 = [CentileValue07LegendLabel],70 = [CentileValue11Color],71 = [CentileValue11LineType],72 = [CentileValue11PointType],73 = [CentileValue11LegendLabel],74 = [CentileValue12Color],75 = [CentileValue12LineType],76 = [CentileValue12PointType],77 = [CentileValue12LegendLabel], 
ValueBool    tinyint  YES  Holds the value of a Boolean attribute. 
ValueNum    int  YES  Holds the value of a numeric attribute. 
ValueText    varchar(40)  YES  Holds the value of a textual attribute. 
MSrepl_tran_version    uniqueidentifier  YES  Optimistic lock identifier. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.CV3GraphAttribute Primary and Unique Keys 
Key Name  Key Type  Keys 
CV3GraphAttributePK  PrimaryKey  GUID