Class HL7ApplicationInfo

java.lang.Object
org.aoju.bus.image.metric.internal.hl7.HL7ApplicationInfo
All Implemented Interfaces:
Serializable

public class HL7ApplicationInfo extends Object implements Serializable
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • HL7ApplicationInfo

      public HL7ApplicationInfo()
  • Method Details

    • getInstalled

      public Boolean getInstalled()
    • setInstalled

      public void setInstalled(Boolean installed)
    • getDeviceName

      public String getDeviceName()
    • setDeviceName

      public void setDeviceName(String deviceName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getHl7ApplicationName

      public String getHl7ApplicationName()
    • setHl7ApplicationName

      public void setHl7ApplicationName(String hl7ApplicationName)
    • getHl7OtherApplicationName

      public String[] getHl7OtherApplicationName()
    • setHl7OtherApplicationName

      public void setHl7OtherApplicationName(String[] hl7OtherApplicationName)
    • getApplicationClusters

      public String[] getApplicationClusters()
    • setApplicationClusters

      public void setApplicationClusters(String[] applicationClusters)
    • getConnections

      public List<Connection> getConnections()
    • toString

      public String toString()
      Overrides:
      toString in class Object