com.medsphere.ovid.domain.ov
Class PatientAllergyRepository
java.lang.Object
com.medsphere.ovid.domain.ov.OvidSecureRepository
com.medsphere.ovid.domain.ov.PatientAllergyRepository
public class PatientAllergyRepository
- extends OvidSecureRepository
|
Field Summary |
static java.lang.String |
ORCONTEXT
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORCONTEXT
public static final java.lang.String ORCONTEXT
- See Also:
- Constant Field Values
PatientAllergyRepository
public PatientAllergyRepository(com.medsphere.vistarpc.RPCConnection connection)
getAllAllergyEntries
public java.util.Collection<FMPatientAllergies> getAllAllergyEntries()
throws OvidDomainException
- Throws:
OvidDomainException
getAllergiesForPatientIEN
public java.util.Collection<FMPatientAllergies> getAllergiesForPatientIEN(java.lang.String patientIEN,
boolean internal)
throws OvidDomainException
- Throws:
OvidDomainException
getAllergiesByIEN
public java.util.Collection<FMPatientAllergies> getAllergiesByIEN(java.util.Collection<java.lang.String> allergyIENs,
boolean internal)
throws OvidDomainException
- Throws:
OvidDomainException
addAllergy
public void addAllergy(FMPatientAllergies allergy)
throws OvidDomainException,
InsertFileManRecordException
- Throws:
OvidDomainException
InsertFileManRecordException
setReactant
public void setReactant(FMPatientAllergies allergy,
AllergyAgent agent)
throws ModifiedKeyFileManFieldException
- Throws:
ModifiedKeyFileManFieldException
addAllergy
public void addAllergy(FMPatientAllergies allergy,
java.util.Date reactDate,
java.lang.Integer severityCode)
throws OvidDomainException,
InsertFileManRecordException
- Throws:
OvidDomainException
InsertFileManRecordException
updateAllergy
public void updateAllergy(FMPatientAllergies allergy)
throws OvidDomainException
- Throws:
OvidDomainException
main
public static void main(java.lang.String[] args)
throws OvidDomainException,
com.medsphere.common.cache.GenericCacheException
- Throws:
OvidDomainException
com.medsphere.common.cache.GenericCacheException