Class Antibiogram
java.lang.Object
org.projecthusky.common.hl7cdar2.POCDMT000040Organizer
org.projecthusky.cda.elga.generated.artdecor.base.Antibiogram
@Generated(value="org.projecthusky.codegenerator.cda.ArtDecor2JavaGenerator",
date="2022-02-21")
public class Antibiogram
extends org.projecthusky.common.hl7cdar2.POCDMT000040Organizer
Antibiogram
Identifier: 1.2.40.0.34.11.30026
Effective date: 2014-04-15 00:00:00
Status: active
-
Field Summary
Fields inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040Organizer
author, classCode, code, component, effectiveTime, id, informant, moodCode, nullFlavor, participant, performer, precondition, realmCode, reference, specimen, statusCode, subject, templateId, typeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.projecthusky.common.hl7cdar2.POCDMT000040Component4>Gets the hl7Componentorg.projecthusky.common.hl7cdar2.IVLTSGets the hl7EffectiveTimeList<org.projecthusky.common.hl7cdar2.POCDMT000040Specimen>Gets the hl7Specimenorg.projecthusky.common.hl7cdar2.CSGets the hl7StatusCodeList<org.projecthusky.common.hl7cdar2.II>Gets the hl7TemplateIdstatic org.projecthusky.common.hl7cdar2.POCDMT000040Component4Adds a predefined org.projecthusky.common.hl7cdar2.POCDMT000040Component4, filled by: "COMP"voidsetHl7Component(org.projecthusky.common.hl7cdar2.POCDMT000040Component4 value) Sets the hl7ComponentvoidsetHl7EffectiveTime(org.projecthusky.common.hl7cdar2.IVLTS value) Sets the hl7EffectiveTimevoidsetHl7Specimen(org.projecthusky.common.hl7cdar2.POCDMT000040Specimen value) Sets the hl7SpecimenvoidsetHl7StatusCode(org.projecthusky.common.hl7cdar2.CS value) Sets the hl7StatusCodevoidsetHl7TemplateId(org.projecthusky.common.hl7cdar2.II value) Sets the hl7TemplateIdMethods inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040Organizer
getAuthor, getClassCode, getCode, getComponent, getEffectiveTime, getId, getInformant, getMoodCode, getNullFlavor, getParticipant, getPerformer, getPrecondition, getRealmCode, getReference, getSpecimen, getStatusCode, getSubject, getTemplateId, getTypeId, setClassCode, setCode, setEffectiveTime, setStatusCode, setSubject, setTypeId
-
Constructor Details
-
Antibiogram
public Antibiogram()
-
-
Method Details
-
getHl7Component
Gets the hl7Component -
getHl7EffectiveTime
public org.projecthusky.common.hl7cdar2.IVLTS getHl7EffectiveTime()Gets the hl7EffectiveTime -
getHl7Specimen
Gets the hl7Specimen -
getHl7StatusCode
public org.projecthusky.common.hl7cdar2.CS getHl7StatusCode()Gets the hl7StatusCode -
getHl7TemplateId
Gets the hl7TemplateId -
getPredefinedComponentComp
public static org.projecthusky.common.hl7cdar2.POCDMT000040Component4 getPredefinedComponentComp()Adds a predefined org.projecthusky.common.hl7cdar2.POCDMT000040Component4, filled by: "COMP"- Returns:
- the predefined element.
-
setHl7Component
public void setHl7Component(org.projecthusky.common.hl7cdar2.POCDMT000040Component4 value) Sets the hl7Component -
setHl7EffectiveTime
public void setHl7EffectiveTime(org.projecthusky.common.hl7cdar2.IVLTS value) Sets the hl7EffectiveTime -
setHl7Specimen
public void setHl7Specimen(org.projecthusky.common.hl7cdar2.POCDMT000040Specimen value) Sets the hl7Specimen -
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
-