Class NotifiableCondition
java.lang.Object
org.projecthusky.common.hl7cdar2.POCDMT000040Observation
org.projecthusky.cda.elga.generated.artdecor.base.NotifiableCondition
@Generated(value="org.projecthusky.codegenerator.cda.ArtDecor2JavaGenerator",
date="2022-02-21")
public class NotifiableCondition
extends org.projecthusky.common.hl7cdar2.POCDMT000040Observation
NotifiableCondition
Identifier: 1.3.6.1.4.1.19376.1.3.1.1.1
Effective date: 2013-09-09 00:00:00
Status: active
-
Field Summary
Fields inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040Observation
author, classCode, code, derivationExpr, effectiveTime, entryRelationship, id, informant, interpretationCode, languageCode, methodCode, moodCode, negationInd, nullFlavor, participant, performer, precondition, priorityCode, realmCode, reference, referenceRange, repeatNumber, specimen, statusCode, subject, targetSiteCode, templateId, text, typeId, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.projecthusky.common.hl7cdar2.CDGets the hl7Codeorg.projecthusky.common.hl7cdar2.CSGets the hl7StatusCodeList<org.projecthusky.common.hl7cdar2.II>Gets the hl7TemplateIdList<org.projecthusky.common.hl7cdar2.ANY>Gets the hl7ValueList<org.projecthusky.common.model.Code>Returns a list of vocab codes as defined in the ART-DECOR modelvoidsetHl7Code(org.projecthusky.common.hl7cdar2.CD value) Sets the hl7CodevoidsetHl7StatusCode(org.projecthusky.common.hl7cdar2.CS value) Sets the hl7StatusCodevoidsetHl7TemplateId(org.projecthusky.common.hl7cdar2.II value) Sets the hl7TemplateIdvoidsetHl7Value(org.projecthusky.common.hl7cdar2.CE value) Sets the hl7ValueMethods inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040Observation
getAuthor, getClassCode, getCode, getDerivationExpr, getEffectiveTime, getEntryRelationship, getId, getInformant, getInterpretationCode, getLanguageCode, getMethodCode, getMoodCode, getNullFlavor, getParticipant, getPerformer, getPrecondition, getPriorityCode, getRealmCode, getReference, getReferenceRange, getRepeatNumber, getSpecimen, getStatusCode, getSubject, getTargetSiteCode, getTemplateId, getText, getTypeId, getValue, isNegationInd, setCode, setDerivationExpr, setEffectiveTime, setLanguageCode, setMoodCode, setNegationInd, setPriorityCode, setRepeatNumber, setStatusCode, setSubject, setText, setTypeId
-
Constructor Details
-
NotifiableCondition
public NotifiableCondition()
-
-
Method Details
-
getHl7Code
public org.projecthusky.common.hl7cdar2.CD getHl7Code()Gets the hl7Code -
getHl7StatusCode
public org.projecthusky.common.hl7cdar2.CS getHl7StatusCode()Gets the hl7StatusCode -
getHl7TemplateId
Gets the hl7TemplateId -
getHl7Value
Gets the hl7Value -
getVocabStatusCodeCode
Returns a list of vocab codes as defined in the ART-DECOR model -
setHl7Code
public void setHl7Code(org.projecthusky.common.hl7cdar2.CD value) Sets the hl7Code -
setHl7StatusCode
public void setHl7StatusCode(org.projecthusky.common.hl7cdar2.CS value) Sets the hl7StatusCode -
setHl7TemplateId
public void setHl7TemplateId(org.projecthusky.common.hl7cdar2.II value) Sets the hl7TemplateId -
setHl7Value
public void setHl7Value(org.projecthusky.common.hl7cdar2.CE value) Sets the hl7Value
-