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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Order
 POCDMT000040Order CDAR2Factory.createPOCDMT000040Order()
          Returns a new object of class 'POCDMT000040 Order'.
 POCDMT000040Order POCDMT000040InFulfillmentOf.getOrder()
          Returns the value of the 'Order' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Order
 void POCDMT000040InFulfillmentOf.setOrder(POCDMT000040Order value)
          Sets the value of the 'Order' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Order
 class POCDMT000040OrderImpl
          An implementation of the model object 'POCDMT000040 Order'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Order
 POCDMT000040Order CDAR2FactoryImpl.createPOCDMT000040Order()
           
 POCDMT000040Order POCDMT000040InFulfillmentOfImpl.getOrder()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Order
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040InFulfillmentOfImpl.basicSetOrder(POCDMT000040Order newOrder, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040InFulfillmentOfImpl.setOrder(POCDMT000040Order newOrder)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Order
 java.lang.Object CDAR2Switch.casePOCDMT000040Order(POCDMT000040Order object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Order'.
 boolean CDAR2Validator.validatePOCDMT000040Order(POCDMT000040Order pocdmt000040Order, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)