Skip to main content

HS.AU.PCEHR.ProductType

class HS.AU.PCEHR.ProductType extends %SOAP.Header

Created from: /schema/common/pcehr_commontypes.xsd

Property Inventory

Parameters

parameter NAMESPACE = http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XMLFORMAT = literal;
Inherited description: The XMLFORMAT parameter controls the generation of the XMLExport and XMLImport methods for XML enabled classes to include code for only literal or only encoded format. This allows the generated routines to be significantly smaller since usually both formats are not needed.

If XMLFORMAT="Literal", then only support for literal format import and export is generated.

If XMLFORMAT="Encoded", then only support for SOAP encoded format import and export is generated.

The default is to generate support for both literal and encoded format.

parameter XMLNAME = product;
The header element name and key name for HeadersIn and HeadersOut arrays.
parameter XMLPREFIX = cce;
Inherited description: The XMLPREFIX parameter controls the prefix to be used for the XML namespace that is given by the NAMESPACE parameter.

Properties

property Platform as %String) [ Required ];
Property methods: PlatformDisplayToLogical(), PlatformGet(), PlatformIsValid(), PlatformLogicalToDisplay(), PlatformLogicalToOdbc(), PlatformNormalize(), PlatformSet()
property ProductName as %String) [ Required ];
Property methods: ProductNameDisplayToLogical(), ProductNameGet(), ProductNameIsValid(), ProductNameLogicalToDisplay(), ProductNameLogicalToOdbc(), ProductNameNormalize(), ProductNameSet()
property ProductVersion as %String) [ Required ];
Property methods: ProductVersionDisplayToLogical(), ProductVersionGet(), ProductVersionIsValid(), ProductVersionLogicalToDisplay(), ProductVersionLogicalToOdbc(), ProductVersionNormalize(), ProductVersionSet()
property Vendor as %String) [ Required ];
Property methods: VendorDisplayToLogical(), VendorGet(), VendorIsValid(), VendorLogicalToDisplay(), VendorLogicalToOdbc(), VendorNormalize(), VendorSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab