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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return RTOPQPQ
 RTOPQPQ CDAR2Factory.createRTOPQPQ()
          Returns a new object of class 'RTOPQPQ'.
 RTOPQPQ POCDMT000040SubstanceAdministration.getMaxDoseQuantity()
          Returns the value of the 'Max Dose Quantity' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type RTOPQPQ
 void POCDMT000040SubstanceAdministration.setMaxDoseQuantity(RTOPQPQ value)
          Sets the value of the 'Max Dose Quantity' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement RTOPQPQ
 class RTOPQPQImpl
          An implementation of the model object 'RTOPQPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return RTOPQPQ
 RTOPQPQ CDAR2FactoryImpl.createRTOPQPQ()
           
 RTOPQPQ POCDMT000040SubstanceAdministrationImpl.getMaxDoseQuantity()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type RTOPQPQ
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SubstanceAdministrationImpl.basicSetMaxDoseQuantity(RTOPQPQ newMaxDoseQuantity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SubstanceAdministrationImpl.setMaxDoseQuantity(RTOPQPQ newMaxDoseQuantity)
           
 

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

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