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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Consumable
 POCDMT000040Consumable CDAR2Factory.createPOCDMT000040Consumable()
          Returns a new object of class 'POCDMT000040 Consumable'.
 POCDMT000040Consumable POCDMT000040SubstanceAdministration.getConsumable()
          Returns the value of the 'Consumable' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Consumable
 void POCDMT000040SubstanceAdministration.setConsumable(POCDMT000040Consumable value)
          Sets the value of the 'Consumable' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Consumable
 class POCDMT000040ConsumableImpl
          An implementation of the model object 'POCDMT000040 Consumable'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Consumable
 POCDMT000040Consumable CDAR2FactoryImpl.createPOCDMT000040Consumable()
           
 POCDMT000040Consumable POCDMT000040SubstanceAdministrationImpl.getConsumable()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Consumable
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SubstanceAdministrationImpl.basicSetConsumable(POCDMT000040Consumable newConsumable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SubstanceAdministrationImpl.setConsumable(POCDMT000040Consumable newConsumable)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Consumable
 java.lang.Object CDAR2Switch.casePOCDMT000040Consumable(POCDMT000040Consumable object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Consumable'.
 boolean CDAR2Validator.validatePOCDMT000040Consumable(POCDMT000040Consumable pocdmt000040Consumable, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)