Uses of Interface
ca.infoway.messagebuilder.domainvalue.UnitsOfMeasureCaseSensitive

Packages that use UnitsOfMeasureCaseSensitive
ca.infoway.messagebuilder.datatype.lang   
ca.infoway.messagebuilder.domainvalue   
ca.infoway.messagebuilder.domainvalue.basic   
ca.infoway.messagebuilder.marshalling.hl7   
 

Uses of UnitsOfMeasureCaseSensitive in ca.infoway.messagebuilder.datatype.lang
 

Methods in ca.infoway.messagebuilder.datatype.lang that return UnitsOfMeasureCaseSensitive
 UnitsOfMeasureCaseSensitive PhysicalQuantity.getUnit()
          Obtains the units of this PQ.
 UnitsOfMeasureCaseSensitive DateDiff.getUnit()
          Returns the units.
 

Methods in ca.infoway.messagebuilder.datatype.lang with parameters of type UnitsOfMeasureCaseSensitive
 void PhysicalQuantity.setUnit(UnitsOfMeasureCaseSensitive unit)
          Sets the units of this PQ.
 

Constructors in ca.infoway.messagebuilder.datatype.lang with parameters of type UnitsOfMeasureCaseSensitive
DateDiff(int value, UnitsOfMeasureCaseSensitive unit)
          Deprecated. 
PhysicalQuantity(BigDecimal quantity, UnitsOfMeasureCaseSensitive unit)
          Constructs a physical quantity based on an amount and a unit.
 

Uses of UnitsOfMeasureCaseSensitive in ca.infoway.messagebuilder.domainvalue
 

Subinterfaces of UnitsOfMeasureCaseSensitive in ca.infoway.messagebuilder.domainvalue
 interface x_BasicUnitsOfMeasure
          Used to specify the units for 'measured' quantities of drugs such as mg, mL.
 interface x_DistanceObservationUnitsOfMeasure
          Indicates the allowable units to measure observations sent along with a prescription (e.g.
 interface x_DrugUnitsOfMeasure
          Used to specify the units for 'measured' quantities of drugs such as mg, mL.
 interface x_HeightOrWeightObservationUnitsOfMeasure
          Indicates the allowable units to measure observations sent along with a prescription (e.g.
 interface x_LabUnitsOfMeasure
          Indicates the allowable units to measure observations sent along with a prescription (e.g.
 interface x_TimeUnitsOfMeasure
          Indicates how an interval of time has been measured.
 

Uses of UnitsOfMeasureCaseSensitive in ca.infoway.messagebuilder.domainvalue.basic
 

Classes in ca.infoway.messagebuilder.domainvalue.basic that implement UnitsOfMeasureCaseSensitive
 class DefaultTimeUnit
          An enum to handle basic time units.
 class UnitsOfMeasureCaseSensitive
          An enum for units of measurement.
 class X_DistanceObservationUnitsOfMeasure
           
 class X_DrugUnitsOfMeasure
           
 class X_HeightOrWeightObservationUnitsOfMeasure
           
 

Methods in ca.infoway.messagebuilder.domainvalue.basic with parameters of type UnitsOfMeasureCaseSensitive
static boolean DefaultTimeUnit.isDayBased(UnitsOfMeasureCaseSensitive units)
           
 

Uses of UnitsOfMeasureCaseSensitive in ca.infoway.messagebuilder.marshalling.hl7
 

Methods in ca.infoway.messagebuilder.marshalling.hl7 that return UnitsOfMeasureCaseSensitive
 UnitsOfMeasureCaseSensitive PqValidationUtils.validateUnits(String type, String unitsAsString, Element element, String propertyPath, Hl7Errors errors)
           
 

Methods in ca.infoway.messagebuilder.marshalling.hl7 that return types with arguments of type UnitsOfMeasureCaseSensitive
 Class<? extends UnitsOfMeasureCaseSensitive> PqValidationUtils.getUnitTypeByHl7Type(StandardDataType dataType, String propertyPath, Hl7Errors errors)
           
 Class<? extends UnitsOfMeasureCaseSensitive> PqValidationUtils.getUnitTypeByHl7Type(String typeAsString, Element element, String propertyPath, Hl7Errors errors)
           
 

Methods in ca.infoway.messagebuilder.marshalling.hl7 with parameters of type UnitsOfMeasureCaseSensitive
 List<String> IvlValidationUtils.doOtherValidations(String type, NullFlavor lowNullFlavor, NullFlavor centerNullFlavor, NullFlavor highNullFlavor, NullFlavor widthNullFlavor, UnitsOfMeasureCaseSensitive widthTimeUnits)
           
 



Copyright © 2013. All Rights Reserved.