com.mirth.match.client
Class EISMetadata

java.lang.Object
  extended by com.mirth.match.client.EISMetadata

public class EISMetadata
extends java.lang.Object

Author:
davidp

Constructor Summary
EISMetadata(MirthMatchClient client)
           
 
Method Summary
 Result createSemanticSignifier()
          Creates a semantic signifier definition in the EIS meta-data repository.
 Result findSemanticSignifier()
          Locates and returns a semantic signifier definition from the EIS metadata repository.
 Result<java.util.List<java.lang.String>> listConformanceProfiles()
          Returns the list of conformance profile names and versions that this implementation of EIS supports.
 Result<java.util.List<java.lang.String>> listDomains()
          List the domain hierarchy configured in the EIS meta-data repository.
 Result listSemanticSignfiers()
          List the traits registered with the system.
 Result updateSemanticSignifier()
          Updates a semantic signifier definition in the EIS meta-data repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EISMetadata

public EISMetadata(MirthMatchClient client)
Method Detail

createSemanticSignifier

public Result createSemanticSignifier()
Creates a semantic signifier definition in the EIS meta-data repository.

Returns:

findSemanticSignifier

public Result findSemanticSignifier()
Locates and returns a semantic signifier definition from the EIS metadata repository.

Returns:

updateSemanticSignifier

public Result updateSemanticSignifier()
Updates a semantic signifier definition in the EIS meta-data repository.

Returns:

listSemanticSignfiers

public Result listSemanticSignfiers()
List the traits registered with the system.

Returns:

listDomains

public Result<java.util.List<java.lang.String>> listDomains()
List the domain hierarchy configured in the EIS meta-data repository.

Returns:

listConformanceProfiles

public Result<java.util.List<java.lang.String>> listConformanceProfiles()
Returns the list of conformance profile names and versions that this implementation of EIS supports.

Returns:


Copyright © 2011 Mirth Corp. All Rights Reserved.