source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/SubscriptionRepository/src/gov/hhs/fha/nhinc/subscription/repository/data/SubscriptionType.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: 222 bytes
Line 
1package gov.hhs.fha.nhinc.subscription.repository.data;
2
3/**
4 * Subscription type for the subscription repository
5 *
6 * @author Neil Webb
7 */
8public enum SubscriptionType
9{
10 SUBSCRIPTION,
11 SUBSCRIPTION_REFERENCE;
12}
Note: See TracBrowser for help on using the repository browser.