Skip to main content

HS.FHIRServer.Storage.QuantitySerial

serial class HS.FHIRServer.Storage.QuantitySerial extends %Library.SerialObject

Property Inventory

Properties

property unit as %String (MAXLEN = 128);
Property methods: unitDisplayToLogical(), unitGet(), unitIsValid(), unitLogicalToDisplay(), unitLogicalToOdbc(), unitNormalize(), unitSet()
property value as %Numeric;
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueNormalize(), valueSet()
property valueHigh as %Numeric;
Property methods: valueHighDisplayToLogical(), valueHighGet(), valueHighIsValid(), valueHighLogicalToDisplay(), valueHighNormalize(), valueHighSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab