Interface Attribute


public interface Attribute
Interface describing the methods of Attribute.
Interface welches die Methoden von Attribute beschreibt.
  • Method Details

    • getFriendlyName

      String getFriendlyName()
      Method to get the FriendlyName.
      Methode um das FriendlyName zu holen.
      Returns:
      the FriendlyName as String
      der FriendlyName als String
    • getName

      String getName()
      Method to get the name.
      Methode um den Namen zu holen.
      Returns:
      the name as String
      der Name als String
    • getNameFormat

      String getNameFormat()
      Method to get the NameFormat.
      Methode um das NameFormat zu holen.
      Returns:
      the Value as String
      der Value als String
    • getValueAsInstanceIdentifier

      InstanceIdentifier getValueAsInstanceIdentifier()
      Method to get the NameFormat.
      Methode um das NameFormat zu holen.
      Returns:
      the Value as {org.projecthusky.xua.hl7v3.InstanceIdentifier}
      der Value als {org.projecthusky.xua.hl7v3.InstanceIdentifier}
    • getValueAsPurposeOfUse

      PurposeOfUse getValueAsPurposeOfUse()
      Method to get the NameFormat.
      Methode um das NameFormat zu holen.
      Returns:
      the Value as {org.projecthusky.xua.hl7v3.PurposeOfUse}
      der Value als {org.projecthusky.xua.hl7v3.PurposeOfUse}
    • getValueAsRole

      Role getValueAsRole()
      Method to get the NameFormat.
      Methode um das NameFormat zu holen.
      Returns:
      the Value as {org.projecthusky.xua.hl7v3.Role}
      der Value als {org.projecthusky.xua.hl7v3.Role}
    • getValueAsString

      String getValueAsString()
      Method to get the value.
      Methode um das value zu holen.
      Returns:
      the value as String
      der value als String
    • isValueAInstanceIdentifier

      boolean isValueAInstanceIdentifier()
    • isValueAPurposeOfUse

      boolean isValueAPurposeOfUse()
    • isValueARole

      boolean isValueARole()
    • isValueAString

      boolean isValueAString()