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

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

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

Subinterfaces of SXCMTS in org.eclipse.ohf.ihe.common.cdar2
 interface EIVLTS
          A representation of the model object 'EIVLTS'.
 interface IVLTS
          A representation of the model object 'IVLTS'.
 interface PIVLTS
          A representation of the model object 'PIVLTS'.
 interface SXPRTS
          A representation of the model object 'SXPRTS'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return SXCMTS
 SXCMTS CDAR2Factory.createSXCMTS()
          Returns a new object of class 'SXCMTS'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement SXCMTS
 class EIVLTSImpl
          An implementation of the model object 'EIVLTS'.
 class IVLTSImpl
          An implementation of the model object 'IVLTS'.
 class PIVLTSImpl
          An implementation of the model object 'PIVLTS'.
 class SXCMTSImpl
          An implementation of the model object 'SXCMTS'.
 class SXPRTSImpl
          An implementation of the model object 'SXPRTS'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SXCMTS
 SXCMTS CDAR2FactoryImpl.createSXCMTS()
           
 

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

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