Skip to main content

HS.FHIR.vSTU3.Model.Resource.ImplementationGuide.Page

deprecated class HS.FHIR.vSTU3.Model.Resource.ImplementationGuide.Page extends HS.FHIR.vSTU3.Model.Base.BackboneElement

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.

Property Inventory

Method Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter JSONTYPEFIELD;
Inherited description: Type property name for JSON export.
parameter XMLNAME = ImplementationGuide.Page;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = ImplementationGuide.Page;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property format as HS.FHIR.vSTU3.Model.Datatype.Code (XMLNAME = "format", XMLPROJECTION = "ELEMENT");
The format of the page.
Property methods: formatGet(), formatGetSwizzled(), formatIsValid(), formatNewObject(), formatSet()
property kind as HS.FHIR.vSTU3.Model.Base.GuidePageKind (XMLNAME = "kind", XMLPROJECTION = "ELEMENT") [ Required ];
The kind of page that this is. Some pages are autogenerated (list, example), and other kinds are of interest so that tools can navigate the user to the page of interest.
Property methods: kindGet(), kindGetSwizzled(), kindIsValid(), kindNewObject(), kindSet()
property package as list of HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "package", XMLPROJECTION = "ELEMENT");
For constructed pages, a list of packages to include in the page (or else empty for everything).
Property methods: packageBuildValueArray(), packageCollectionToDisplay(), packageCollectionToOdbc(), packageDisplayToCollection(), packageGet(), packageGetObject(), packageGetObjectId(), packageGetSwizzled(), packageIsValid(), packageOdbcToCollection(), packageSet(), packageSetObject(), packageSetObjectId()
property page as list of HS.FHIR.vSTU3.Model.Resource.ImplementationGuide.Page (XMLNAME = "page", XMLPROJECTION = "ELEMENT");
Nested Pages/Sections under this page.
Property methods: pageBuildValueArray(), pageCollectionToDisplay(), pageCollectionToOdbc(), pageDisplayToCollection(), pageGet(), pageGetObject(), pageGetObjectId(), pageGetSwizzled(), pageIsValid(), pageOdbcToCollection(), pageSet(), pageSetObject(), pageSetObjectId()
property source as HS.FHIR.vSTU3.Model.Datatype.Uri (XMLNAME = "source", XMLPROJECTION = "ELEMENT") [ Required ];
The source address for the page.
Property methods: sourceGet(), sourceGetSwizzled(), sourceIsValid(), sourceNewObject(), sourceSet()
property title as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "title", XMLPROJECTION = "ELEMENT") [ Required ];
A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.
Property methods: titleGet(), titleGetSwizzled(), titleIsValid(), titleNewObject(), titleSet()
property type as list of HS.FHIR.vSTU3.Model.Base.ResourceType (XMLNAME = "type", XMLPROJECTION = "ELEMENT");
For constructed pages, what kind of resources to include in the list.
Property methods: typeBuildValueArray(), typeCollectionToDisplay(), typeCollectionToOdbc(), typeDisplayToCollection(), typeGet(), typeGetObject(), typeGetObjectId(), typeGetSwizzled(), typeIsValid(), typeOdbcToCollection(), typeSet(), typeSetObject(), typeSetObjectId()

Methods

deprecated method SetFormat(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "format" property.
deprecated method SetKind(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "kind" property.
deprecated method SetPackage(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "package" property.
deprecated method SetSource(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "source" property.
deprecated method SetTitle(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "title" property.
deprecated method SetType(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "type" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab