Uses of Interface
org.eclipse.ohf.ihe.xds.metadata.InternationalStringType

Packages that use InternationalStringType
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.extract   
org.eclipse.ohf.ihe.xds.metadata.extract.cdar2   
org.eclipse.ohf.ihe.xds.metadata.impl   
org.eclipse.ohf.ihe.xds.metadata.util   
 

Uses of InternationalStringType in org.eclipse.ohf.ihe.xds.metadata
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return InternationalStringType
 InternationalStringType MetadataFactory.createInternationalStringType()
          Returns a new object of class 'International String Type'.
 InternationalStringType FolderType.getComments()
          Returns the value of the 'Comments' containment reference.
 InternationalStringType DocumentEntryType.getComments()
          Returns the value of the 'Comments' containment reference.
 InternationalStringType SubmissionSetType.getComments()
          Returns the value of the 'Comments' containment reference.
 InternationalStringType CodedMetadataType.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 InternationalStringType FolderType.getTitle()
          Returns the value of the 'Title' containment reference.
 InternationalStringType DocumentEntryType.getTitle()
          Returns the value of the 'Title' containment reference.
 InternationalStringType SubmissionSetType.getTitle()
          Returns the value of the 'Title' containment reference.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type InternationalStringType
 void FolderType.setComments(InternationalStringType value)
          Sets the value of the 'Comments' containment reference.
 void DocumentEntryType.setComments(InternationalStringType value)
          Sets the value of the 'Comments' containment reference.
 void SubmissionSetType.setComments(InternationalStringType value)
          Sets the value of the 'Comments' containment reference.
 void CodedMetadataType.setDisplayName(InternationalStringType value)
          Sets the value of the 'Display Name' containment reference.
 void FolderType.setTitle(InternationalStringType value)
          Sets the value of the 'Title' containment reference.
 void DocumentEntryType.setTitle(InternationalStringType value)
          Sets the value of the 'Title' containment reference.
 void SubmissionSetType.setTitle(InternationalStringType value)
          Sets the value of the 'Title' containment reference.
 

Uses of InternationalStringType in org.eclipse.ohf.ihe.xds.metadata.extract
 

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return InternationalStringType
 InternationalStringType DocumentEntryElementExtractor.extractComments()
          Populates the comments using information from the associated source data.
 InternationalStringType DocumentEntryElementExtractor.extractTitle()
          Populates the title using information from the associated source data.
 

Uses of InternationalStringType in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2
 

Methods in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2 that return InternationalStringType
 InternationalStringType CDAR2Extractor.extractComments()
          CDA R2 document header does not contain information corresponding to comments metadata.
 InternationalStringType CDAR2Extractor.extractTitle()
          Extracts the relevant title information from the CDA: ClinicalDocument/title
 

Uses of InternationalStringType in org.eclipse.ohf.ihe.xds.metadata.impl
 

Classes in org.eclipse.ohf.ihe.xds.metadata.impl that implement InternationalStringType
 class InternationalStringTypeImpl
          An implementation of the model object 'International String Type'.
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return InternationalStringType
 InternationalStringType MetadataFactoryImpl.createInternationalStringType()
           
 InternationalStringType SubmissionSetTypeImpl.getComments()
           
 InternationalStringType FolderTypeImpl.getComments()
           
 InternationalStringType DocumentEntryTypeImpl.getComments()
           
 InternationalStringType CodedMetadataTypeImpl.getDisplayName()
           
 InternationalStringType SubmissionSetTypeImpl.getTitle()
           
 InternationalStringType FolderTypeImpl.getTitle()
           
 InternationalStringType DocumentEntryTypeImpl.getTitle()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type InternationalStringType
 org.eclipse.emf.common.notify.NotificationChain SubmissionSetTypeImpl.basicSetComments(InternationalStringType newComments, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FolderTypeImpl.basicSetComments(InternationalStringType newComments, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentEntryTypeImpl.basicSetComments(InternationalStringType newComments, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CodedMetadataTypeImpl.basicSetDisplayName(InternationalStringType newDisplayName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SubmissionSetTypeImpl.basicSetTitle(InternationalStringType newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FolderTypeImpl.basicSetTitle(InternationalStringType newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentEntryTypeImpl.basicSetTitle(InternationalStringType newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SubmissionSetTypeImpl.setComments(InternationalStringType newComments)
           
 void FolderTypeImpl.setComments(InternationalStringType newComments)
           
 void DocumentEntryTypeImpl.setComments(InternationalStringType newComments)
           
 void CodedMetadataTypeImpl.setDisplayName(InternationalStringType newDisplayName)
           
 void SubmissionSetTypeImpl.setTitle(InternationalStringType newTitle)
           
 void FolderTypeImpl.setTitle(InternationalStringType newTitle)
           
 void DocumentEntryTypeImpl.setTitle(InternationalStringType newTitle)
           
 

Uses of InternationalStringType in org.eclipse.ohf.ihe.xds.metadata.util
 

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type InternationalStringType
 java.lang.Object MetadataSwitch.caseInternationalStringType(InternationalStringType object)
          Returns the result of interpretting the object as an instance of 'International String Type'.
 boolean MetadataValidator.validateInternationalStringType(InternationalStringType internationalStringType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)