ca.infoway.messagebuilder.model.ab_mr2007_v02_r02.merged
Class FirstFillBean

Package class diagram package FirstFillBean
java.lang.Object
  extended by ca.infoway.messagebuilder.model.MessagePartBean
      extended by ca.infoway.messagebuilder.model.ab_mr2007_v02_r02.merged.FirstFillBean
All Implemented Interfaces:
NullFlavorSupport, Serializable

public class FirstFillBean
extends MessagePartBean

Business Name: FirstFill

PORX_MT060160CA.InitialSupplyRequest: First Fill

Special instructions regarding the very first supply of medication to a patient.

Allows a different amount to be dispensed on an initial fill, either as a trial or to synchronize refill dates across multiple patient prescriptions

PORX_MT010120CA.InitialSupplyRequest: First Fill

Special instructions regarding the very first supply of medication to a patient.

Allows a different amount to be dispensed on an initial fill, either as a trial or to synchronize refill dates across multiple patient prescriptions.

PORX_MT060340CA.InitialSupplyRequest: First Fill

Special instructions regarding the very first supply of medication to a patient.

Allows a different amount to be dispensed on an initial fill, either as a trial or to synchronize refill dates across multiple patient prescriptions

See Also:
Serialized Form

Constructor Summary
FirstFillBean()
           
 
Method Summary
 Interval<Date> getEffectiveTime()
          Business Name: FirstFillExpiryDate
 Interval<Date> getExpectedUseTime()
          Business Name: FirstFillDaysSupply
 PhysicalQuantity getQuantity()
          Business Name: FirstFillQuantity
 void setEffectiveTime(Interval<Date> effectiveTime)
          Business Name: FirstFillExpiryDate
 void setExpectedUseTime(Interval<Date> expectedUseTime)
          Business Name: FirstFillDaysSupply
 void setQuantity(PhysicalQuantity quantity)
          Business Name: FirstFillQuantity
 
Methods inherited from class ca.infoway.messagebuilder.model.MessagePartBean
getField, getNullFlavor, getNullFlavor, getSpecializationType, hasNullFlavor, hasNullFlavor, setNullFlavor, setNullFlavor, setSpecializationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstFillBean

public FirstFillBean()
Method Detail

getEffectiveTime

public Interval<Date> getEffectiveTime()

Business Name: FirstFillExpiryDate

Un-merged Business Name: FirstFillExpiryDate

Relationship: PORX_MT060160CA.InitialSupplyRequest.effectiveTime

Conformance/Cardinality: REQUIRED (0-1)

The date before which an initial dispense can be made against the prescription. If an initial fill has not been made against the prescription in this time-period, it may not be dispensed.

Some jurisdictions have distinct stale-date periods for the initial fill of a prescription from the overall dispensing of the prescription. E.g. "The first fill must be made within 1 year, all fills must be complete within 1.5 years". (This attribute would be used for the "1 year".)

Un-merged Business Name: FirstFillExpiryDate

Relationship: PORX_MT010120CA.InitialSupplyRequest.effectiveTime

Conformance/Cardinality: REQUIRED (0-1)

The last date before which an initial dispense can be made against the prescription. If an initial fill has not been made against the prescription in this time-period, then the prescription is no longer deemed valid and it may not be dispensed.

Some jurisdictions have distinct stale-date periods for the initial fill of a prescription from the overall dispensing of the prescription. E.g. "The first fill must be made within 1 year, all fills must be complete within 1.5 years". (This attribute would be used for the "1 year").

Un-merged Business Name: FirstFillExpiryDate

Relationship: PORX_MT060340CA.InitialSupplyRequest.effectiveTime

Conformance/Cardinality: REQUIRED (0-1)

The date before which an initial dispense can be made against the prescription. If an initial fill has not been made against the prescription in this time-period, it may not be dispensed.

Some jurisdictions have distinct stale-date periods for the initial fill of a prescription from the overall dispensing of the prescription. E.g. 'The first fill must be made within 1 year, all fills must be complete within 1.5 years'. (This attribute would be used for the '1 year'.)


setEffectiveTime

public void setEffectiveTime(Interval<Date> effectiveTime)

Business Name: FirstFillExpiryDate

Un-merged Business Name: FirstFillExpiryDate

Relationship: PORX_MT060160CA.InitialSupplyRequest.effectiveTime

Conformance/Cardinality: REQUIRED (0-1)

The date before which an initial dispense can be made against the prescription. If an initial fill has not been made against the prescription in this time-period, it may not be dispensed.

Some jurisdictions have distinct stale-date periods for the initial fill of a prescription from the overall dispensing of the prescription. E.g. "The first fill must be made within 1 year, all fills must be complete within 1.5 years". (This attribute would be used for the "1 year".)

Un-merged Business Name: FirstFillExpiryDate

Relationship: PORX_MT010120CA.InitialSupplyRequest.effectiveTime

Conformance/Cardinality: REQUIRED (0-1)

The last date before which an initial dispense can be made against the prescription. If an initial fill has not been made against the prescription in this time-period, then the prescription is no longer deemed valid and it may not be dispensed.

Some jurisdictions have distinct stale-date periods for the initial fill of a prescription from the overall dispensing of the prescription. E.g. "The first fill must be made within 1 year, all fills must be complete within 1.5 years". (This attribute would be used for the "1 year").

Un-merged Business Name: FirstFillExpiryDate

Relationship: PORX_MT060340CA.InitialSupplyRequest.effectiveTime

Conformance/Cardinality: REQUIRED (0-1)

The date before which an initial dispense can be made against the prescription. If an initial fill has not been made against the prescription in this time-period, it may not be dispensed.

Some jurisdictions have distinct stale-date periods for the initial fill of a prescription from the overall dispensing of the prescription. E.g. 'The first fill must be made within 1 year, all fills must be complete within 1.5 years'. (This attribute would be used for the '1 year'.)


getQuantity

public PhysicalQuantity getQuantity()

Business Name: FirstFillQuantity

Un-merged Business Name: FirstFillQuantity

Relationship: PORX_MT060160CA.InitialSupplyRequest.quantity

Conformance/Cardinality: REQUIRED (0-1)

The quantity of medication to be dispensed the first time the prescription is dispensed against.

Prescription.coordinatingAmount

Allows a limited quantity to be dispensed for a trial or for a synchronizing dose.

Un-merged Business Name: FirstFillQuantity

Relationship: PORX_MT010120CA.InitialSupplyRequest.quantity

Conformance/Cardinality: REQUIRED (0-1)

The quantity of medication to be dispensed the first time the prescription is dispensed against.

Allows a limited quantity to be dispensed for a trial or for a synchronizing dose.

Un-merged Business Name: FirstFillQuantity

Relationship: PORX_MT060340CA.InitialSupplyRequest.quantity

Conformance/Cardinality: REQUIRED (0-1)

The quantity of medication to be dispensed the first time the prescription is dispensed against.

Prescription.coordinatingAmount

Allows a limited quantity to be dispensed for a trial or for a synchronizing dose.


setQuantity

public void setQuantity(PhysicalQuantity quantity)

Business Name: FirstFillQuantity

Un-merged Business Name: FirstFillQuantity

Relationship: PORX_MT060160CA.InitialSupplyRequest.quantity

Conformance/Cardinality: REQUIRED (0-1)

The quantity of medication to be dispensed the first time the prescription is dispensed against.

Prescription.coordinatingAmount

Allows a limited quantity to be dispensed for a trial or for a synchronizing dose.

Un-merged Business Name: FirstFillQuantity

Relationship: PORX_MT010120CA.InitialSupplyRequest.quantity

Conformance/Cardinality: REQUIRED (0-1)

The quantity of medication to be dispensed the first time the prescription is dispensed against.

Allows a limited quantity to be dispensed for a trial or for a synchronizing dose.

Un-merged Business Name: FirstFillQuantity

Relationship: PORX_MT060340CA.InitialSupplyRequest.quantity

Conformance/Cardinality: REQUIRED (0-1)

The quantity of medication to be dispensed the first time the prescription is dispensed against.

Prescription.coordinatingAmount

Allows a limited quantity to be dispensed for a trial or for a synchronizing dose.


getExpectedUseTime

public Interval<Date> getExpectedUseTime()

Business Name: FirstFillDaysSupply

Un-merged Business Name: FirstFillDaysSupply

Relationship: PORX_MT060160CA.InitialSupplyRequest.expectedUseTime

Conformance/Cardinality: REQUIRED (0-1)

The number of days that the first fill is expected to last, if the patient is compliant with the dispensing of the first fill and with administration of the prescription.

Used when the prescriber cannot or does not wish to calculate the quantity necessary to last for the trial or synchronization time.

Un-merged Business Name: FirstFillDaysSupply

Relationship: PORX_MT010120CA.InitialSupplyRequest.expectedUseTime

Conformance/Cardinality: REQUIRED (0-1)

The number of days that the first fill is expected to last, if the patient is compliant with the dispensing of the first fill and with administration of the prescription.

Used when the prescriber cannot or does not wish to calculate the quantity necessary to last for the trial or synchronization time.

Un-merged Business Name: FirstFillDaysSupply

Relationship: PORX_MT060340CA.InitialSupplyRequest.expectedUseTime

Conformance/Cardinality: REQUIRED (0-1)

The number of days that the first fill is expected to last, if the patient is compliant with the dispensing of the first fill and with administration of the prescription.

Used when the prescriber cannot or does not wish to calculate the quantity necessary to last for the trial or synchronization time.


setExpectedUseTime

public void setExpectedUseTime(Interval<Date> expectedUseTime)

Business Name: FirstFillDaysSupply

Un-merged Business Name: FirstFillDaysSupply

Relationship: PORX_MT060160CA.InitialSupplyRequest.expectedUseTime

Conformance/Cardinality: REQUIRED (0-1)

The number of days that the first fill is expected to last, if the patient is compliant with the dispensing of the first fill and with administration of the prescription.

Used when the prescriber cannot or does not wish to calculate the quantity necessary to last for the trial or synchronization time.

Un-merged Business Name: FirstFillDaysSupply

Relationship: PORX_MT010120CA.InitialSupplyRequest.expectedUseTime

Conformance/Cardinality: REQUIRED (0-1)

The number of days that the first fill is expected to last, if the patient is compliant with the dispensing of the first fill and with administration of the prescription.

Used when the prescriber cannot or does not wish to calculate the quantity necessary to last for the trial or synchronization time.

Un-merged Business Name: FirstFillDaysSupply

Relationship: PORX_MT060340CA.InitialSupplyRequest.expectedUseTime

Conformance/Cardinality: REQUIRED (0-1)

The number of days that the first fill is expected to last, if the patient is compliant with the dispensing of the first fill and with administration of the prescription.

Used when the prescriber cannot or does not wish to calculate the quantity necessary to last for the trial or synchronization time.



Copyright © 2013. All Rights Reserved.