Skip to main content

HS.SDA3.ContactInfo

serial class HS.SDA3.ContactInfo extends HS.SDA3.DataType

ContactInfo appears in the SDA as properties of the Guarantor, HealthFund,
Patient, and SupportContact, as well as CareProvider, FamilyDoctor,
HealthFund, Organization, and ReferralDoctor in the HS.SDA3.CodeTableDetail
package. How ContactInfo is parsed from HL7 and what fields, if any, are
inserted into the Viewer Cache will depend on the specific property the
ContactInfo is being used for, and are documented in the annotations for
that property.

Property Inventory

Properties

property EmailAddress as %String (MAXLEN = 254);
Email address of the contact person.
Property methods: EmailAddressDisplayToLogical(), EmailAddressGet(), EmailAddressIsValid(), EmailAddressLogicalToDisplay(), EmailAddressLogicalToOdbc(), EmailAddressNormalize(), EmailAddressSet()
property Extension as HS.Local.SDA3.ContactInfoExtension;
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()
property HomePhoneNumber as %String (MAXLEN = 80);
Home phone number of the contact person.
Property methods: HomePhoneNumberDisplayToLogical(), HomePhoneNumberGet(), HomePhoneNumberIsValid(), HomePhoneNumberLogicalToDisplay(), HomePhoneNumberLogicalToOdbc(), HomePhoneNumberNormalize(), HomePhoneNumberSet()
property MobilePhoneNumber as %String (MAXLEN = 80);
Mobile phone number of the contact person.
Property methods: MobilePhoneNumberDisplayToLogical(), MobilePhoneNumberGet(), MobilePhoneNumberIsValid(), MobilePhoneNumberLogicalToDisplay(), MobilePhoneNumberLogicalToOdbc(), MobilePhoneNumberNormalize(), MobilePhoneNumberSet()
property WorkPhoneNumber as %String (MAXLEN = 80);
Work phone number of the contact person.
Property methods: WorkPhoneNumberDisplayToLogical(), WorkPhoneNumberGet(), WorkPhoneNumberIsValid(), WorkPhoneNumberLogicalToDisplay(), WorkPhoneNumberLogicalToOdbc(), WorkPhoneNumberNormalize(), WorkPhoneNumberSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab