DocBook|Search
Class Reference
%Standards.AU.eHealth.HI.QualifiedId
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Standards] >  [AU] >  [eHealth] >  [HI] >  [QualifiedId]
Private  Storage  

class %Standards.AU.eHealth.HI.QualifiedId extends %RegisteredObject, %XML.Adaptor

This class is defined as part of Medicare Australia (Federal Agency) Healthcare Identifiers (HI) Service in document Healthcare Identifiers (HI) Service, System Interface Specification (SIS), B2B Common Functionality Document, TECH.SIS.HI.01
The class name is derived from the type definition in CommonQualifiedIdentifier.xsd.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 2


Summary

Properties
id qualifier

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType

Subclasses
%Standards.AU.eHealth.HI.UserType

Parameters

• parameter NAMESPACE = "http://ns.electronichealth.net.au/hi/xsd/common/QualifiedIdentifier/3.0";
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";
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 XMLPREFIX = "qid";
The XMLPREFIX parameter controls the prefix to be used for the XML namespace that is given by the NAMESPACE parameter.

Properties

• property id as %String(MAXLEN="") [ Required ];
• property qualifier as %xsd.anyURI [ Required ];