Enum EndpointConnectionType

java.lang.Object
java.lang.Enum<EndpointConnectionType>
org.hl7.fhir.dstu3.model.codesystems.EndpointConnectionType
All Implemented Interfaces:
Serializable, Comparable<EndpointConnectionType>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • IHEXCPD

      public static final EndpointConnectionType IHEXCPD
      IHE Cross Community Patient Discovery Profile (XCPD) - http://wiki.ihe.net/index.php/Cross-Community_Patient_Discovery
    • IHEXCA

      public static final EndpointConnectionType IHEXCA
      IHE Cross Community Access Profile (XCA) - http://wiki.ihe.net/index.php/Cross-Community_Access
    • IHEXDR

      public static final EndpointConnectionType IHEXDR
      IHE Cross-Enterprise Document Reliable Exchange (XDR) - http://wiki.ihe.net/index.php/Cross-enterprise_Document_Reliable_Interchange
    • IHEXDS

      public static final EndpointConnectionType IHEXDS
      IHE Cross-Enterprise Document Sharing (XDS) - http://wiki.ihe.net/index.php/Cross-Enterprise_Document_Sharing
    • IHEIID

      public static final EndpointConnectionType IHEIID
      IHE Invoke Image Display (IID) - http://wiki.ihe.net/index.php/Invoke_Image_Display
    • DICOMWADORS

      public static final EndpointConnectionType DICOMWADORS
      DICOMweb RESTful Image Retrieve - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.5.html
    • DICOMQIDORS

      public static final EndpointConnectionType DICOMQIDORS
      DICOMweb RESTful Image query - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html
    • DICOMSTOWRS

      public static final EndpointConnectionType DICOMSTOWRS
      DICOMweb RESTful image sending and storage - http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.6.html
    • DICOMWADOURI

      public static final EndpointConnectionType DICOMWADOURI
      DICOMweb Image Retrieve - http://dicom.nema.org/dicom/2013/output/chtml/part18/sect_6.3.html
    • HL7FHIRREST

      public static final EndpointConnectionType 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

      public static final EndpointConnectionType 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

      public static final EndpointConnectionType HL7V2MLLP
      HL7v2 messages over an LLP TCP connection
    • SECUREEMAIL

      public static final EndpointConnectionType 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

      public static final EndpointConnectionType NULL
      added to help the parsers
  • Method Details

    • values

      public static EndpointConnectionType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EndpointConnectionType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode

      public static EndpointConnectionType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()