org.eclipse.ohf.ihe.xds.metadata.constants
Interface FolderConstants


public interface FolderConstants

IHE XDS Folder Metadata attribute names and related constants

Author:
Sarah Knoop
See Also:
IHE Technical Framework

Field Summary
static java.lang.String CODING_SCHEME
          Slot name for code scheme slots in Classificaitons
static java.lang.String FOLDER
          Name for RegistryPackage
static java.lang.String LAST_UPDATE_TIME
          Slot name for submissionTime
static java.lang.String PATIENT_ID
          ExternalIdentifier name for patientId
static java.lang.String UNIQUE_ID
          ExternalIdentifier name for uniqueId
 

Field Detail

PATIENT_ID

static final java.lang.String PATIENT_ID
ExternalIdentifier name for patientId

See Also:
Constant Field Values

LAST_UPDATE_TIME

static final java.lang.String LAST_UPDATE_TIME
Slot name for submissionTime

See Also:
Constant Field Values

UNIQUE_ID

static final java.lang.String UNIQUE_ID
ExternalIdentifier name for uniqueId

See Also:
Constant Field Values

FOLDER

static final java.lang.String FOLDER
Name for RegistryPackage

See Also:
Constant Field Values

CODING_SCHEME

static final java.lang.String CODING_SCHEME
Slot name for code scheme slots in Classificaitons

See Also:
Constant Field Values