Package org.projecthusky.cda.elga.models
Class Allergy
java.lang.Object
org.projecthusky.cda.elga.models.Allergy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.projecthusky.common.model.Codeprotected AllergienUnvertraeglichkeitenEntrygetAllergiesIntoleranceEntry(int index) org.projecthusky.common.model.Codeprotected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipgetAllergyProblemEntryObservation(int index) protected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipgetAllergyStatusObservationEntryRel(int index) protected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipgetCertaintyObservationEntryRel(int index) org.projecthusky.common.model.Codeorg.projecthusky.common.model.Codeprotected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipgetCriticalityObservationEntryRel(int index) org.projecthusky.common.hl7cdar2.POCDMT000040EntrygetHl7CdaR2AllergyEntry(int index) Creates the HL7 CDA R2 data type from the given type.protected org.projecthusky.common.hl7cdar2.POCDMT000040PlayingEntitygetHl7CdaR2Pocdmt000040PlayingEntity(org.projecthusky.common.hl7cdar2.POCDMT000040PlayingEntity entity, int index) org.projecthusky.common.model.Codeprotected org.projecthusky.common.hl7cdar2.POCDMT000040Participant2getParticipantAllergy(int index) getStart()getStop()getText()org.projecthusky.common.model.CodebooleanisActive()voidsetAbsentAllergy(org.projecthusky.common.model.Code absentAllergy) voidsetActive(boolean state) voidsetAllergyAgent(org.projecthusky.common.model.Code allergyAgent) voidsetAuthor(PractitionerCdaAt author) voidsetClinicalState(org.projecthusky.common.model.Code clinicalState) voidsetCriticality(org.projecthusky.common.model.Code criticality) voidsetInformant(Informant informant) voidsetKindOfAllergy(org.projecthusky.common.model.Code kindOfAllergy) voidsetReactions(List<AllergyReaction> reactions) voidsetStart(ZonedDateTime start) voidsetStop(ZonedDateTime stop) voidvoidsetVerificationState(org.projecthusky.common.model.Code verificationState)
-
Constructor Details
-
Allergy
-
Allergy
public Allergy(org.projecthusky.common.hl7cdar2.POCDMT000040Entry entry)
-
-
Method Details
-
getAbsentAllergy
public org.projecthusky.common.model.Code getAbsentAllergy() -
getAllergyAgent
public org.projecthusky.common.model.Code getAllergyAgent() -
getAuthor
-
getClinicalState
public org.projecthusky.common.model.Code getClinicalState() -
getCriticality
public org.projecthusky.common.model.Code getCriticality() -
getInformant
-
getKindOfAllergy
public org.projecthusky.common.model.Code getKindOfAllergy() -
getReactions
-
getStart
-
getStop
-
getText
-
getVerificationState
public org.projecthusky.common.model.Code getVerificationState() -
isActive
public boolean isActive() -
setAbsentAllergy
public void setAbsentAllergy(org.projecthusky.common.model.Code absentAllergy) -
setActive
public void setActive(boolean state) -
setAllergyAgent
public void setAllergyAgent(org.projecthusky.common.model.Code allergyAgent) -
setAuthor
-
setClinicalState
public void setClinicalState(org.projecthusky.common.model.Code clinicalState) -
setCriticality
public void setCriticality(org.projecthusky.common.model.Code criticality) -
setInformant
-
setKindOfAllergy
public void setKindOfAllergy(org.projecthusky.common.model.Code kindOfAllergy) -
setReactions
-
setStart
-
setStop
-
setText
-
setVerificationState
public void setVerificationState(org.projecthusky.common.model.Code verificationState) -
getHl7CdaR2AllergyEntry
public org.projecthusky.common.hl7cdar2.POCDMT000040Entry getHl7CdaR2AllergyEntry(int index) Creates the HL7 CDA R2 data type from the given type.- Parameters:
index- id for attr- Returns:
- the HL7 CDA R2 data typed value
-
getAllergiesIntoleranceEntry
-
getAllergyProblemEntryObservation
protected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getAllergyProblemEntryObservation(int index) -
getAllergyStatusObservationEntryRel
protected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getAllergyStatusObservationEntryRel(int index) -
getCertaintyObservationEntryRel
protected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getCertaintyObservationEntryRel(int index) -
getCriticalityObservationEntryRel
protected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getCriticalityObservationEntryRel(int index) -
getParticipantAllergy
protected org.projecthusky.common.hl7cdar2.POCDMT000040Participant2 getParticipantAllergy(int index) -
getHl7CdaR2Pocdmt000040PlayingEntity
protected org.projecthusky.common.hl7cdar2.POCDMT000040PlayingEntity getHl7CdaR2Pocdmt000040PlayingEntity(org.projecthusky.common.hl7cdar2.POCDMT000040PlayingEntity entity, int index)
-