public enum EndpointConnectionType extends Enum<EndpointConnectionType>
| Enum Constant and Description |
|---|
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
|
DICOMWADORS
DICOMweb RESTful Image Retrieve - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.5.html
|
DICOMWADOURI
DICOMweb Image Retrieve - http://dicom.nema.org/dicom/2013/output/chtml/part18/sect_6.3.html
|
DIRECTPROJECT
Direct Project information - http://wiki.directproject.org/
|
HL7FHIRMSG
Use the servers FHIR Messaging interface.
|
HL7FHIRREST
Interact with the server interface using FHIR's RESTful interface.
|
HL7V2MLLP
HL7v2 messages over an LLP TCP connection
|
IHEIID
IHE Invoke Image Display (IID) - http://wiki.ihe.net/index.php/Invoke_Image_Display
|
IHEXCA
IHE Cross Community Access Profile (XCA) - http://wiki.ihe.net/index.php/Cross-Community_Access
|
IHEXCPD
IHE Cross Community Patient Discovery Profile (XCPD) - http://wiki.ihe.net/index.php/Cross-Community_Patient_Discovery
|
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
|
NULL
added to help the parsers
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointConnectionType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EndpointConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointConnectionType IHEXCPD
public static final EndpointConnectionType IHEXCA
public static final EndpointConnectionType IHEXDR
public static final EndpointConnectionType IHEXDS
public static final EndpointConnectionType IHEIID
public static final EndpointConnectionType DICOMWADORS
public static final EndpointConnectionType DICOMQIDORS
public static final EndpointConnectionType DICOMSTOWRS
public static final EndpointConnectionType DICOMWADOURI
public static final EndpointConnectionType HL7FHIRREST
public static final EndpointConnectionType HL7FHIRMSG
public static final EndpointConnectionType HL7V2MLLP
public static final EndpointConnectionType SECUREEMAIL
public static final EndpointConnectionType DIRECTPROJECT
public static final EndpointConnectionType NULL
public static EndpointConnectionType[] values()
for (EndpointConnectionType c : EndpointConnectionType.values()) System.out.println(c);
public static EndpointConnectionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EndpointConnectionType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.