Skip to main content

HS.Types.IHE.Association

datatype class HS.Types.IHE.Association extends %Library.String

ODBC Type: VARCHAR

Parameters

parameter DISPLAYLIST = ,urn:oasis:names:tc:ebxml-regrep:AssociationType:HasMember,urn:ihe:iti:2007:AssociationType:RPLC,urn:ihe:iti:2007:AssociationType:XFRM,urn:ihe:iti:2007:AssociationType:APND,urn:ihe:iti:2007:AssociationType:XFRM_RPLC,urn:ihe:iti:2007:AssociationType:signs,urn:ihe:iti:2010:AssociationType:IsSnapshotOf,urn:ihe:iti:2010:AssociationType:UpdateAvailabilityStatus,urn:ihe:iti:2010:AssociationType:SubmitAssociation;
Inherited description: Used for enumerated (multiple-choice) attributes. Used in conjunction with the VALUELIST parameter for enumerated (multiple-choice) attributes. DISPLAYLIST, if not null, represents the display values for the attribute corresponding with the logical values listed in VALUELIST.

The display values are returned by the LogicalToDisplay method.

parameter VALUELIST = ,HasMember,Replaces,Transforms,Appends,TransformsAndReplaces,Signs,IsSnapshotOf,UpdateAvailabilityStatus,Submit;
Inherited description: Used for enumerated (multiple-choice) attributes. VALUELIST is either a null string ("") or a delimiter separated list (where the delimiter is the first character) of logical values. If a non-null value is present, then the attribute is restricted to values in the list, and the validation code simply checks to see if the value is in the list.
parameter XMLLISTPARAMETER = DISPLAYLIST;
Inherited description: Used to specify the name of the parameter which contains the enumeration list for XML values. The parameter which contains the list must be in the format used for VALUELIST and DISPLAYLIST. The default is VALUELIST.
parameter XMLNAME = type;
parameter XMLPROJECTION = ATTRIBUTE;

Inherited Members

Inherited Methods

FeedbackOpens in a new tab