Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.IVLPQ

Packages that use IVLPQ
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of IVLPQ in org.eclipse.ohf.ihe.common.cdar2
 

Subinterfaces of IVLPQ in org.eclipse.ohf.ihe.common.cdar2
 interface BXITIVLPQ
          A representation of the model object 'BXITIVLPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return IVLPQ
 IVLPQ CDAR2Factory.createIVLPQ()
          Returns a new object of class 'IVLPQ'.
 IVLPQ POCDMT000040SubstanceAdministration.getDoseQuantity()
          Returns the value of the 'Dose Quantity' containment reference.
 IVLPQ EIVLTS.getOffset()
          Returns the value of the 'Offset' containment reference.
 IVLPQ POCDMT000040SubstanceAdministration.getRateQuantity()
          Returns the value of the 'Rate Quantity' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type IVLPQ
 void POCDMT000040SubstanceAdministration.setDoseQuantity(IVLPQ value)
          Sets the value of the 'Dose Quantity' containment reference.
 void EIVLTS.setOffset(IVLPQ value)
          Sets the value of the 'Offset' containment reference.
 void POCDMT000040SubstanceAdministration.setRateQuantity(IVLPQ value)
          Sets the value of the 'Rate Quantity' containment reference.
 

Uses of IVLPQ in org.eclipse.ohf.ihe.common.cdar2.impl
 

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement IVLPQ
 class BXITIVLPQImpl
          An implementation of the model object 'BXITIVLPQ'.
 class IVLPQImpl
          An implementation of the model object 'IVLPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVLPQ
 IVLPQ CDAR2FactoryImpl.createIVLPQ()
           
 IVLPQ POCDMT000040SubstanceAdministrationImpl.getDoseQuantity()
           
 IVLPQ EIVLTSImpl.getOffset()
           
 IVLPQ POCDMT000040SubstanceAdministrationImpl.getRateQuantity()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type IVLPQ
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SubstanceAdministrationImpl.basicSetDoseQuantity(IVLPQ newDoseQuantity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain EIVLTSImpl.basicSetOffset(IVLPQ newOffset, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SubstanceAdministrationImpl.basicSetRateQuantity(IVLPQ newRateQuantity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SubstanceAdministrationImpl.setDoseQuantity(IVLPQ newDoseQuantity)
           
 void EIVLTSImpl.setOffset(IVLPQ newOffset)
           
 void POCDMT000040SubstanceAdministrationImpl.setRateQuantity(IVLPQ newRateQuantity)
           
 

Uses of IVLPQ in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type IVLPQ
 java.lang.Object CDAR2Switch.caseIVLPQ(IVLPQ object)
          Returns the result of interpretting the object as an instance of 'IVLPQ'.
 boolean CDAR2Validator.validateIVLPQ(IVLPQ ivlpq, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)