Skip to main content

HS.FHIR.vDSTU2.Model.Resource.Bundle.Entry

deprecated class HS.FHIR.vDSTU2.Model.Resource.Bundle.Entry extends HS.FHIR.vDSTU2.Model.Base.BackboneElement

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.

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 = Bundle.Entry;
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 = Bundle.Entry;
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 fullUrl as HS.FHIR.vDSTU2.Model.Datatype.Uri (XMLNAME = "fullUrl");
The Absolute URL for the resource. This must be provided for all resources. The fullUrl SHALL not disagree with the id in the resource. The fullUrl is a version independent reference to the resource.
Property methods: fullUrlGet(), fullUrlGetSwizzled(), fullUrlIsValid(), fullUrlNewObject(), fullUrlSet()
A series of links that provide context to this entry.
Property methods: linkBuildValueArray(), linkCollectionToDisplay(), linkCollectionToOdbc(), linkDisplayToCollection(), linkGet(), linkGetObject(), linkGetObjectId(), linkGetSwizzled(), linkIsValid(), linkOdbcToCollection(), linkSet(), linkSetObject(), linkSetObjectId()
property request as HS.FHIR.vDSTU2.Model.Resource.Bundle.Request (XMLNAME = "request");
Additional information about how this entry should be processed as part of a transaction.
Property methods: requestGet(), requestGetSwizzled(), requestIsValid(), requestNewObject(), requestSet()
property resource as HS.FHIR.vDSTU2.Model.Base.ResourceContainer (XMLNAME = "resource");
The Resources for the entry.
Property methods: resourceGet(), resourceGetSwizzled(), resourceIsValid(), resourceNewObject(), resourceSet()
property response as HS.FHIR.vDSTU2.Model.Resource.Bundle.Response (XMLNAME = "response");
Additional information about how this entry should be processed as part of a transaction.
Property methods: responseGet(), responseGetSwizzled(), responseIsValid(), responseNewObject(), responseSet()
Information about the search process that lead to the creation of this entry.
Property methods: searchGet(), searchGetSwizzled(), searchIsValid(), searchNewObject(), searchSet()

Methods

deprecated method %OnNew(pResource As %RegisteredObject, pLinkRelation As %String, pLinkUrl As %String, pFullUrl As %String, pExtension As %RegisteredObject, pModifierExtension As %RegisteredObject) as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Get new object, populated with specified data.
deprecated method SetFullUrl(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 "fullUrl" property.
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "link" property.
deprecated method SetResource(pResource As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "resource" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab