source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/GatewayPolicyEngineTransformationEjb/src/java/gov/hhs/fha/nhinc/gateway/policyenginetransformation/Helpers/Constants.java@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 830 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package gov.hhs.fha.nhinc.gateway.policyenginetransformation.Helpers;
6
7/**
8 *
9 * @author rayj
10 */
11public class Constants {
12 public static final String HomeCommunityAttributeId = "urn:gov:hhs:fha:nhinc:home-community-id";
13 public static final String DataTypeString = "http://www.w3.org/2001/XMLSchema#string";
14 public static final String AssigningAuthorityAttributeId = "urn:gov:hhs:fha:nhinc:assigning-authority-id";
15 public static final String ResourceIdAttributeId = "urn:oasis:names:tc:xacml:1.0:resource:resource-id";
16 public static final String RespositoryAttributeId = "urn:gov:hhs:fha:nhinc:document-repository-id";
17 public static final String DocumentAttributeId = "urn:gov:hhs:fha:nhinc:document-id";
18}
Note: See TracBrowser for help on using the repository browser.