Elexis API documentation
Version 2.1.6 as of December 11 2011

ch.elexis.data
Enum IVerrechenbar.VatInfo

java.lang.Object
  extended by java.lang.Enum<IVerrechenbar.VatInfo>
      extended by ch.elexis.data.IVerrechenbar.VatInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IVerrechenbar.VatInfo>
Enclosing interface:
IVerrechenbar

public static enum IVerrechenbar.VatInfo
extends java.lang.Enum<IVerrechenbar.VatInfo>

Definition von Informationen zu der Leistung welche für die MWSt relevant sind.

Schweizer MWSt (at.medevit.medelexis.vat_ch):

  • VAT_DEFAULT ... Standard MWST Satz laut Einstellungsseite
  • VAT_NONE ... Keine MWST
  • VAT_CH_ISMEDICAMENT ... Artikel ist als Medikament anerkannt
  • VAT_CH_NOTMEDICAMENT ... Artikel ist nicht als Medikament anerkannt
  • VAT_CH_ISTREATMENT ... Leistung ist als Heilbehandlung anerkannt
  • VAT_CH_NOTTREATMENT ... Leistung ist nicht als Heilbehandlung anerkannt

  • Enum Constant Summary
    VAT_CH_ISMEDICAMENT
               
    VAT_CH_ISTREATMENT
               
    VAT_CH_NOTMEDICAMENT
               
    VAT_CH_NOTTREATMENT
               
    VAT_DEFAULT
               
    VAT_NONE
               
     
    Method Summary
    static java.util.EnumSet<IVerrechenbar.VatInfo> decodeFromString(java.lang.String code)
              Get an EnumSet of IVerrechenbar.VatInfo from a String representation produced with encodeAsString(EnumSet).
    static java.lang.String encodeAsString(java.util.EnumSet<IVerrechenbar.VatInfo> set)
              Get a String representation of a set of IVerrechenbar.VatInfo elements for persisting the information.
    static IVerrechenbar.VatInfo valueOf(java.lang.String name)
              Returns the enum constant of this type with the specified name.
    static IVerrechenbar.VatInfo[] values()
              Returns an array containing the constants of this enum type, in the order they are declared.
     
    Methods inherited from class java.lang.Enum
    compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
     
    Methods inherited from class java.lang.Object
    getClass, notify, notifyAll, wait, wait, wait
     

    Enum Constant Detail

    VAT_DEFAULT

    public static final IVerrechenbar.VatInfo VAT_DEFAULT

    VAT_NONE

    public static final IVerrechenbar.VatInfo VAT_NONE

    VAT_CH_ISMEDICAMENT

    public static final IVerrechenbar.VatInfo VAT_CH_ISMEDICAMENT

    VAT_CH_NOTMEDICAMENT

    public static final IVerrechenbar.VatInfo VAT_CH_NOTMEDICAMENT

    VAT_CH_ISTREATMENT

    public static final IVerrechenbar.VatInfo VAT_CH_ISTREATMENT

    VAT_CH_NOTTREATMENT

    public static final IVerrechenbar.VatInfo VAT_CH_NOTTREATMENT
    Method Detail

    values

    public static IVerrechenbar.VatInfo[] values()
    Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
    for (IVerrechenbar.VatInfo c : IVerrechenbar.VatInfo.values())
        System.out.println(c);
    

    Returns:
    an array containing the constants of this enum type, in the order they are declared

    valueOf

    public static IVerrechenbar.VatInfo valueOf(java.lang.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:
    java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
    java.lang.NullPointerException - if the argument is null

    encodeAsString

    public static java.lang.String encodeAsString(java.util.EnumSet<IVerrechenbar.VatInfo> set)
    Get a String representation of a set of IVerrechenbar.VatInfo elements for persisting the information.

    Parameters:
    set -
    Returns:

    decodeFromString

    public static java.util.EnumSet<IVerrechenbar.VatInfo> decodeFromString(java.lang.String code)
    Get an EnumSet of IVerrechenbar.VatInfo from a String representation produced with encodeAsString(EnumSet).

    Parameters:
    code -
    Returns:

    Elexis API documentation
    Version 2.1.6 as of December 11 2011

    Copyright 2005-2011 by Gerry Weirich, Elexis