Enum Constant Summary 
Enum Constants 
DICOMweb RESTful Image query - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html
 
DICOMweb RESTful image sending and storage - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.6.html
 
DICOMweb RESTful Image Retrieve - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.5.html
 
DICOMweb Image Retrieve - http://dicom.nema.org/dicom/2013/output/chtml/part18/sect_6.3.html
 
Direct Project information - http://wiki.directproject.org/
 
Use the servers FHIR Messaging interface.
 
Interact with the server interface using FHIR's RESTful interface.
 
HL7v2 messages over an LLP TCP connection
 
IHE Invoke Image Display (IID) - http://wiki.ihe.net/index.php/Invoke_Image_Display
 
IHE Cross Community Access Profile (XCA) - http://wiki.ihe.net/index.php/Cross-Community_Access
 
IHE Cross Community Patient Discovery Profile (XCPD) - http://wiki.ihe.net/index.php/Cross-Community_Patient_Discovery
 
IHE Cross-Enterprise Document Reliable Exchange (XDR) - http://wiki.ihe.net/index.php/Cross-enterprise_Document_Reliable_Interchange
 
IHE Cross-Enterprise Document Sharing (XDS) - http://wiki.ihe.net/index.php/Cross-Enterprise_Document_Sharing
 
added to help the parsers
 
Email delivery using a digital certificate to encrypt the content using the public key, receiver must have the private key to decrypt the content
 
 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
 
 
 
 
 
Returns the enum constant of this class with the specified name.
 
Returns an array containing the constants of this enum class, in
the order they are declared.
 
 
 
 
Methods inherited from class java.lang.Enum  
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
Enum Constant Details 
IHEXCPD 
IHE Cross Community Patient Discovery Profile (XCPD) - http://wiki.ihe.net/index.php/Cross-Community_Patient_Discovery
 
 
IHEXCA 
IHE Cross Community Access Profile (XCA) - http://wiki.ihe.net/index.php/Cross-Community_Access
 
 
IHEXDR 
IHE Cross-Enterprise Document Reliable Exchange (XDR) - http://wiki.ihe.net/index.php/Cross-enterprise_Document_Reliable_Interchange
 
 
IHEXDS 
IHE Cross-Enterprise Document Sharing (XDS) - http://wiki.ihe.net/index.php/Cross-Enterprise_Document_Sharing
 
 
IHEIID 
IHE Invoke Image Display (IID) - http://wiki.ihe.net/index.php/Invoke_Image_Display
 
 
DICOMWADORS 
DICOMweb RESTful Image Retrieve - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.5.html
 
 
DICOMQIDORS 
DICOMweb RESTful Image query - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html
 
 
DICOMSTOWRS 
DICOMweb RESTful image sending and storage - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.6.html
 
 
DICOMWADOURI 
DICOMweb Image Retrieve - http://dicom.nema.org/dicom/2013/output/chtml/part18/sect_6.3.html
 
 
HL7FHIRREST 
Interact with the server interface using FHIR's RESTful interface. For details on its version/capabilities you should connect the the value in Endpoint.address and retrieve the FHIR CapabilityStatement.
 
 
HL7FHIRMSG 
Use the servers FHIR Messaging interface. Details can be found on the messaging.html page in the FHIR Specification. The FHIR server's base address is specified in the Endpoint.address property.
 
 
HL7V2MLLP 
HL7v2 messages over an LLP TCP connection
 
 
SECUREEMAIL 
Email delivery using a digital certificate to encrypt the content using the public key, receiver must have the private key to decrypt the content
 
 
DIRECTPROJECT 
Direct Project information - http://wiki.directproject.org/
 
 
NULL 
added to help the parsers
 
 
 
 
 
Method Details 
values 
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns: 
an array containing the constants of this enum class, in the order they are declared 
 
 
 
valueOf 
Returns the enum constant of this class with the specified name.
The string must match exactly  an identifier used to declare an
enum constant in this class.  (Extraneous whitespace characters are 
not permitted.)
Parameters: 
name - the name of the enum constant to be returned. 
Returns: 
the enum constant with the specified name 
Throws: 
IllegalArgumentException  - if this enum class has no constant with the specified name 
NullPointerException  - if the argument is null 
 
 
 
fromCode 
Throws: 
org.hl7.fhir.exceptions.FHIRException