Skip to main content

HS.FHIR.vDSTU2.Model.Resource.Claim.Detail

deprecated class HS.FHIR.vDSTU2.Model.Resource.Claim.Detail 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 = Claim.Detail;
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 = Claim.Detail;
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 factor as HS.FHIR.vDSTU2.Model.Datatype.Decimal (XMLNAME = "factor");
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.
Property methods: factorGet(), factorGetSwizzled(), factorIsValid(), factorNewObject(), factorSet()
property net as HS.FHIR.vDSTU2.Model.Base.Money (XMLNAME = "net");
The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.
Property methods: netGet(), netGetSwizzled(), netIsValid(), netNewObject(), netSet()
property points as HS.FHIR.vDSTU2.Model.Datatype.Decimal (XMLNAME = "points");
An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.
Property methods: pointsGet(), pointsGetSwizzled(), pointsIsValid(), pointsNewObject(), pointsSet()
property quantity as HS.FHIR.vDSTU2.Model.Base.SimpleQuantity (XMLNAME = "quantity");
The number of repetitions of a service or product.
Property methods: quantityGet(), quantityGetSwizzled(), quantityIsValid(), quantityNewObject(), quantitySet()
property sequence as HS.FHIR.vDSTU2.Model.Datatype.PositiveInt (XMLNAME = "sequence") [ Required ];
A service line number.
Property methods: sequenceGet(), sequenceGetSwizzled(), sequenceIsValid(), sequenceNewObject(), sequenceSet()
property service as HS.FHIR.vDSTU2.Model.Base.Coding (XMLNAME = "service") [ Required ];
If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.
Property methods: serviceGet(), serviceGetSwizzled(), serviceIsValid(), serviceNewObject(), serviceSet()
property subDetail as list of HS.FHIR.vDSTU2.Model.Resource.Claim.SubDetail (XMLNAME = "subDetail", XMLPROJECTION = "ELEMENT");
Third tier of goods and services.
Property methods: subDetailBuildValueArray(), subDetailCollectionToDisplay(), subDetailCollectionToOdbc(), subDetailDisplayToCollection(), subDetailGet(), subDetailGetObject(), subDetailGetObjectId(), subDetailGetSwizzled(), subDetailIsValid(), subDetailOdbcToCollection(), subDetailSet(), subDetailSetObject(), subDetailSetObjectId()
property type as HS.FHIR.vDSTU2.Model.Base.Coding (XMLNAME = "type") [ Required ];
The type of product or service.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
property udi as HS.FHIR.vDSTU2.Model.Base.Coding (XMLNAME = "udi");
List of Unique Device Identifiers associated with this line item.
Property methods: udiGet(), udiGetSwizzled(), udiIsValid(), udiNewObject(), udiSet()
property unitPrice as HS.FHIR.vDSTU2.Model.Base.Money (XMLNAME = "unitPrice");
If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.
Property methods: unitPriceGet(), unitPriceGetSwizzled(), unitPriceIsValid(), unitPriceNewObject(), unitPriceSet()

Methods

deprecated method SetFactor(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 "factor" property.
deprecated method SetPoints(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 "points" property.
deprecated method SetSequence(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 "sequence" property.
deprecated method SetService(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "service" property.
deprecated method SetType(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "type" property.
deprecated method SetUdi(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "udi" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab