Skip to main content
AskMe (beta)
Loading icon

HS.SDA3.CodeTableDetail.Gender

serial class HS.SDA3.CodeTableDetail.Gender extends HS.SDA3.CodeTableTranslated

For all CodeTableDetails that get loaded into the Viewer Cache, the
matching logic in the Viewer Cache will match a null inbound Description to
anything. For Gender only, an inbound Description that is the same as the
inbound Code will also match anything. For example, an inbound Code="M",
Desc="M" will match an existing Code="M", Desc="Male".
Also, note that unlike most code tables in the Viewer Cache, CTSex is
preserved across Access Gateway resets.

Property Inventory

Properties

property Code as HS.SDA3.StrippedString (MAXLEN = 32000);
VIEWERLIB: User.HS.CTSex(CTSEXCode)
Property methods: CodeDisplayToLogical(), CodeGet(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet(), CodeXSDToLogical()
property Description as HS.SDA3.StrippedString (MAXLEN = 32000);
VIEWERLIB: User.HS.CTSex(CTSEXDesc)
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet(), DescriptionXSDToLogical()
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab