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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return IVLINT
 IVLINT CDAR2Factory.createIVLINT()
          Returns a new object of class 'IVLINT'.
 IVLINT POCDMT000040SubstanceAdministration.getRepeatNumber()
          Returns the value of the 'Repeat Number' containment reference.
 IVLINT POCDMT000040Supply.getRepeatNumber()
          Returns the value of the 'Repeat Number' containment reference.
 IVLINT POCDMT000040Observation.getRepeatNumber()
          Returns the value of the 'Repeat Number' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type IVLINT
 void POCDMT000040SubstanceAdministration.setRepeatNumber(IVLINT value)
          Sets the value of the 'Repeat Number' containment reference.
 void POCDMT000040Supply.setRepeatNumber(IVLINT value)
          Sets the value of the 'Repeat Number' containment reference.
 void POCDMT000040Observation.setRepeatNumber(IVLINT value)
          Sets the value of the 'Repeat Number' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVLINT
 IVLINT CDAR2FactoryImpl.createIVLINT()
           
 IVLINT POCDMT000040SupplyImpl.getRepeatNumber()
           
 IVLINT POCDMT000040SubstanceAdministrationImpl.getRepeatNumber()
           
 IVLINT POCDMT000040ObservationImpl.getRepeatNumber()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type IVLINT
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SupplyImpl.basicSetRepeatNumber(IVLINT newRepeatNumber, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SubstanceAdministrationImpl.basicSetRepeatNumber(IVLINT newRepeatNumber, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ObservationImpl.basicSetRepeatNumber(IVLINT newRepeatNumber, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SupplyImpl.setRepeatNumber(IVLINT newRepeatNumber)
           
 void POCDMT000040SubstanceAdministrationImpl.setRepeatNumber(IVLINT newRepeatNumber)
           
 void POCDMT000040ObservationImpl.setRepeatNumber(IVLINT newRepeatNumber)
           
 

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

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