com.icw.sdk.data
Class Position

Object
  extended by Position

public class Position
extends Object

Describes an individual item in a prescription.


Constructor Summary
Position()
           
 
Method Summary
 Arzneimittel getArzneimittel()
          
Holds the Arzneimittel object (medicine).
 EnumValue getAutIdem()
          
Indicates the aut-idem property of a prescription.
 String getDosierung()
          
Holds the dosage information.
 int getFactor()
          
Holds the number of packages described.
 EnumValue getImpfstoff()
          
A boolean value indicating whether this position is a vaccine.
 Inhaltsstoff getInhaltsstoff()
          
Information about an active ingredient of this position.
 String getKommentar()
          
A free-form commentary string.
 EnumValue getQualifizierung()
          
Holds classification information of the prescription (i.e. acute medication or long-term medication, etc.).
 Rezeptur getRezeptur()
          
If the prescription is a formulation this holds the formulation information.
 String getVerordnungsdiagnose()
          
Information about the diagnosis which lead to the prescription.
 Menge getWirkstoffverordnungPackungsgroesse()
          
The amount information about the package size etc. for a substance prescription.
 void setArzneimittel(Arzneimittel arzneimittel)
          
Holds the Arzneimittel object (medicine).
 void setDosierung(String dosierung)
          
Holds the dosage inforamtion.
 void setFactor(int factor)
          
Holds the number of packages described.
 void setInhaltsstoff(Inhaltsstoff inhaltsstoff)
          
Information about an active ingredient of this position.
 void setKommentar(String kommentar)
          
A free-form commentary string.
 void setRezeptur(Rezeptur rezeptur)
          
If the prescription is a formulation this holds the formulation information.
 void setVerordnungsdiagnose(String verordnungsdiagnose)
          
Information about the diagnosis which lead to the prescription.
 void setWirkstoffverordnungPackungsgroesse(Menge wirkstoffverordnungPackungsgroesse)
          
The amount information about the package size etc. for a substance prescription.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Position

public Position()
Method Detail

getRezeptur

public Rezeptur getRezeptur()
If the prescription is a formulation this holds the formulation information.

Returns:
The formulation information.
Since:
1.2

setRezeptur

public void setRezeptur(Rezeptur rezeptur)
If the prescription is a formulation this holds the formulation information.

Parameters:
rezeptur - The formulation information to set.
Since:
1.2

getInhaltsstoff

public Inhaltsstoff getInhaltsstoff()
Information about an active ingredient of this position.

Returns:
The active ingredient information.
Since:
1.2

setInhaltsstoff

public void setInhaltsstoff(Inhaltsstoff inhaltsstoff)
Information about an active ingredient of this position.

Parameters:
inhaltsstoff - The active ingredient information to set.
Since:
1.2

getArzneimittel

public Arzneimittel getArzneimittel()
Holds the Arzneimittel object (medicine).

Returns:
Returns the Arzneimittel instance.

setArzneimittel

public void setArzneimittel(Arzneimittel arzneimittel)
Holds the Arzneimittel object (medicine).

Parameters:
arzneimittel - The object instance to set.

getDosierung

public String getDosierung()
Holds the dosage information.

Returns:
Returns dosage information.

setDosierung

public void setDosierung(String dosierung)
Holds the dosage inforamtion.

Parameters:
dosierung - The sets dosage information.

getFactor

public int getFactor()
Holds the number of packages described.

Returns:
Returns the factor.

setFactor

public void setFactor(int factor)
Holds the number of packages described.

Parameters:
factor - The factor to set.

getKommentar

public String getKommentar()
A free-form commentary string.

Returns:
Returns the comment.

setKommentar

public void setKommentar(String kommentar)
A free-form commentary string.

Parameters:
kommentar - The comment to set.

getAutIdem

public EnumValue getAutIdem()
Indicates the aut-idem property of a prescription. If aut-idem is not set, the pharmacy must not substitute the prescribed item with another similar one.

Possible Values:

KeyDisplay Name ENDisplay Name DE
0NoNein
1YesJa

Returns:
Returns the autIdem.

getImpfstoff

public EnumValue getImpfstoff()
A boolean value indicating whether this position is a vaccine.

Possible Values:

KeyDisplay Name ENDisplay Name DE
0NoNein
1YesJa

Returns:
Returns whether vaccine or not.

getQualifizierung

public EnumValue getQualifizierung()
Holds classification information of the prescription (i.e. acute medication or long-term medication, etc.).

Possible Values:

KeyDisplay Name ENDisplay Name DE
AAcute medicationAkutmedikation
BNeed medicationBedarfsmedikation
Dlong-term medicationDauermedikation

Returns:
Returns the qualification EnumValue.

getVerordnungsdiagnose

public String getVerordnungsdiagnose()
Information about the diagnosis which lead to the prescription.

Returns:
The diagnosis information.
Since:
1.2

setVerordnungsdiagnose

public void setVerordnungsdiagnose(String verordnungsdiagnose)
Information about the diagnosis which lead to the prescription.

Parameters:
verordnungsdiagnose - The diagnosis information to set.
Since:
1.2

getWirkstoffverordnungPackungsgroesse

public Menge getWirkstoffverordnungPackungsgroesse()
The amount information about the package size etc. for a substance prescription.

Returns:
The amount information of the substance prescription package size.

setWirkstoffverordnungPackungsgroesse

public void setWirkstoffverordnungPackungsgroesse(Menge wirkstoffverordnungPackungsgroesse)
The amount information about the package size etc. for a substance prescription.

Parameters:
wirkstoffverordnungPackungsgroesse - The amount information of the substance prescription package size.


API documentation version 1.5.4.
Copyright © 2004-2007 InterComponentWare AG. All Rights Reserved.