|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LexBIGServiceConvenienceMethodsGrid
Convenience methods to be implemented as a generic extension of the LexBIG API.
Method Summary | |
---|---|
CodedNodeSetGrid |
createCodeNodeSet(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification[] conceptCodes,
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Create a CodedNodeSet from a set of concept codes in a coding scheme. |
org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification[] |
getAssociationForwardAndReverseNames(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return all the association forward name and reverse name for the coding scheme. |
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification |
getAssociationForwardName(org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification association,
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return the forward name for the identified association. |
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification[] |
getAssociationForwardNames(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return all the association forward name for the coding scheme. |
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification |
getAssociationReverseName(org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification association,
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return the reverse name for the identified association. |
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification[] |
getAssociationReverseNames(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return all the association reverse name for the coding scheme. |
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeCopyRight |
getCodingSchemeCopyright(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return the copyright text for the coding scheme. |
org.LexGrid.LexBIG.DataModel.Collections.CodingSchemeRenderingList |
getCodingSchemesWithSupportedAssociation(org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification AssociationIdentification)
Return the coding schemes who supported association matching with AssociationIdentification. |
org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification[] |
getHierarchyIDs(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Returns the identifiers for hierarchical relationships available for navigation within a coding scheme. |
org.LexGrid.LexBIG.DataModel.Collections.AssociationList |
getHierarchyLevelNext(org.LexGrid.LexBIG.DataModel.cagrid.HierarchyResolutionPolicy policy,
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return a representation of associations between a concept and its immediate decendents. |
org.LexGrid.LexBIG.DataModel.Collections.AssociationList |
getHierarchyLevelPrev(org.LexGrid.LexBIG.DataModel.cagrid.HierarchyResolutionPolicy policy,
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return a representation of associations between a concept and its immediate ancestor(s). |
org.LexGrid.LexBIG.DataModel.Collections.AssociationList |
getHierarchyPathToRoot(org.LexGrid.LexBIG.DataModel.cagrid.HierarchyResolutionPolicy policy,
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag,
org.LexGrid.LexBIG.DataModel.enums.HierarchyPathResolveOption pathResolveOption)
Return a representation of associations between a concept and hierarchical root node(s). |
org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList |
getHierarchyRoots(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag,
org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyIdentification)
Returns all root nodes for the given hierarchy and coding scheme. |
CodedNodeSetGrid |
getHierarchyRootSet(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag,
org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyIdentification)
Returns all root nodes for the given hierarchy as a CodeNodeSet, which can be further restricted. |
org.LexGrid.LexBIG.DataModel.InterfaceElements.CodingSchemeRendering |
getRenderingDetail(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return detailed rendering information (including coding scheme summary, version and status information, reference links, etc) for the given coding scheme; null if not available. |
org.LexGrid.LexBIG.DataModel.cagrid.CodeState |
isCodeRetired(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification conceptCode,
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Indicates if the given code is considered retired or inactive within context of the provided scheme. |
org.LexGrid.LexBIG.DataModel.cagrid.Direction |
isForwardName(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag,
org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification directionalName)
Return true if directionalName is the forward name of an association for the coding scheme. |
org.LexGrid.LexBIG.DataModel.cagrid.Direction |
isReverseName(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme,
org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag,
org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification directionalName)
Return true if directionalName is the reverse name of an association for the coding scheme. |
Method Detail |
---|
CodedNodeSetGrid createCodeNodeSet(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification[] conceptCodes, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptCodes
- The concept codes for included items.codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification[] getHierarchyIDs(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
Possible return values are defined by the LexBIG model (see http://informatics.mayo.edu/LexGrid/downloads/LexGrid%20Model/ schemas/2008/01/EAwebpublish/index.htm).
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList getHierarchyRoots(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyIdentification) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.hierarchyIdentification
- Identifies the type of hierarchy being traversed.
Supported values for the coding scheme are retrievable
through the getHierarchyIdentifications() method. If null, roots
for all registered hierarchies are returned.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
CodedNodeSetGrid getHierarchyRootSet(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyIdentification) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.hierarchyIdentification
- Identifies the type of hierarchy being traversed.
Supported values for the coding scheme are retrievable
through the getHierarchyIdentifications() method. If null, roots
for all registered hierarchies are returned.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.Collections.AssociationList getHierarchyLevelNext(org.LexGrid.LexBIG.DataModel.cagrid.HierarchyResolutionPolicy policy, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
policy
- Policy for resolving the hierarchycodingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.Collections.AssociationList getHierarchyLevelPrev(org.LexGrid.LexBIG.DataModel.cagrid.HierarchyResolutionPolicy policy, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
policy
- Policy for resolving the CodedNodeSetcodingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.Collections.AssociationList getHierarchyPathToRoot(org.LexGrid.LexBIG.DataModel.cagrid.HierarchyResolutionPolicy policy, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.enums.HierarchyPathResolveOption pathResolveOption) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
policy
- Policy for resolving the CodedNodeSetcodingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.InterfaceElements.CodingSchemeRendering getRenderingDetail(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.CodeState isCodeRetired(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification conceptCode, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptCode
- The concept code to evaluate.codingScheme
- The local name or URN of the coding scheme to query.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme to query.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.Collections.CodingSchemeRenderingList getCodingSchemesWithSupportedAssociation(org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification AssociationIdentification) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
AssociationIdentification
- Association name to search for. It is case sensitive.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification[] getAssociationForwardAndReverseNames(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification getAssociationForwardName(org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification association, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
association
- Primary name of the association.codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification[] getAssociationForwardNames(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification getAssociationReverseName(org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification association, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
association
- Basic (non-directional) name of the association.codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification[] getAssociationReverseNames(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.Direction isForwardName(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification directionalName) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.directionalName
- The directionalName string
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.Direction isReverseName(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification directionalName) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.directionalName
- The directionalName string
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeCopyRight getCodingSchemeCopyright(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
codingScheme
- The local name or URN of the coding scheme.versionOrTag
- The assigned tag/label or absolute version identifier of the
coding scheme.
LBException,
- InvalidServiceContextAccess, RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |