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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040LabeledDrug
 POCDMT000040LabeledDrug CDAR2Factory.createPOCDMT000040LabeledDrug()
          Returns a new object of class 'POCDMT000040 Labeled Drug'.
 POCDMT000040LabeledDrug POCDMT000040ManufacturedProduct.getManufacturedLabeledDrug()
          Returns the value of the 'Manufactured Labeled Drug' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040LabeledDrug
 void POCDMT000040ManufacturedProduct.setManufacturedLabeledDrug(POCDMT000040LabeledDrug value)
          Sets the value of the 'Manufactured Labeled Drug' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040LabeledDrug
 class POCDMT000040LabeledDrugImpl
          An implementation of the model object 'POCDMT000040 Labeled Drug'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040LabeledDrug
 POCDMT000040LabeledDrug CDAR2FactoryImpl.createPOCDMT000040LabeledDrug()
           
 POCDMT000040LabeledDrug POCDMT000040ManufacturedProductImpl.getManufacturedLabeledDrug()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040LabeledDrug
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ManufacturedProductImpl.basicSetManufacturedLabeledDrug(POCDMT000040LabeledDrug newManufacturedLabeledDrug, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ManufacturedProductImpl.setManufacturedLabeledDrug(POCDMT000040LabeledDrug newManufacturedLabeledDrug)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040LabeledDrug
 java.lang.Object CDAR2Switch.casePOCDMT000040LabeledDrug(POCDMT000040LabeledDrug object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Labeled Drug'.
 boolean CDAR2Validator.validatePOCDMT000040LabeledDrug(POCDMT000040LabeledDrug pocdmt000040LabeledDrug, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)