Class AssignedEntityElements
java.lang.Object
org.projecthusky.common.hl7cdar2.POCDMT000040AssignedEntity
org.projecthusky.cda.elga.generated.artdecor.base.AssignedEntityElements
@Generated(value="org.projecthusky.codegenerator.cda.ArtDecor2JavaGenerator",
date="2022-02-21")
public class AssignedEntityElements
extends org.projecthusky.common.hl7cdar2.POCDMT000040AssignedEntity
AssignedEntityElements
Identifier: 1.2.40.0.34.11.90003
Effective date: 2011-12-19 00:00:00
Status: active
-
Field Summary
Fields inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040AssignedEntity
addr, assignedPerson, classCode, code, id, nullFlavor, realmCode, representedOrganization, telecom, templateId, typeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHl7Id(org.projecthusky.common.hl7cdar2.II value) Adds a hl7IdvoidaddHl7Telecom(org.projecthusky.common.hl7cdar2.TEL value) Adds a hl7Telecomorg.projecthusky.common.hl7cdar2.ADGets the hl7Addrorg.projecthusky.common.hl7cdar2.POCDMT000040PersonGets the hl7AssignedPersonorg.projecthusky.common.hl7cdar2.POCDMT000040OrganizationGets the hl7RepresentedOrganizationvoidsetHl7Addr(org.projecthusky.common.hl7cdar2.AD value) Sets the hl7AddrvoidsetHl7AssignedPerson(org.projecthusky.common.hl7cdar2.POCDMT000040Person value) Sets the hl7AssignedPersonvoidsetHl7RepresentedOrganization(org.projecthusky.common.hl7cdar2.POCDMT000040Organization value) Sets the hl7RepresentedOrganizationMethods inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040AssignedEntity
getAddr, getAssignedPerson, getClassCode, getCode, getId, getNullFlavor, getRealmCode, getRepresentedOrganization, getTelecom, getTemplateId, getTypeId, setAssignedPerson, setClassCode, setCode, setRepresentedOrganization, setTypeId
-
Constructor Details
-
AssignedEntityElements
public AssignedEntityElements()
-
-
Method Details
-
addHl7Id
public void addHl7Id(org.projecthusky.common.hl7cdar2.II value) Adds a hl7Id -
addHl7Telecom
public void addHl7Telecom(org.projecthusky.common.hl7cdar2.TEL value) Adds a hl7Telecom -
getHl7Addr
public org.projecthusky.common.hl7cdar2.AD getHl7Addr()Gets the hl7Addr -
getHl7AssignedPerson
public org.projecthusky.common.hl7cdar2.POCDMT000040Person getHl7AssignedPerson()Gets the hl7AssignedPerson -
getHl7RepresentedOrganization
public org.projecthusky.common.hl7cdar2.POCDMT000040Organization getHl7RepresentedOrganization()Gets the hl7RepresentedOrganization -
setHl7Addr
public void setHl7Addr(org.projecthusky.common.hl7cdar2.AD value) Sets the hl7Addr -
setHl7AssignedPerson
public void setHl7AssignedPerson(org.projecthusky.common.hl7cdar2.POCDMT000040Person value) Sets the hl7AssignedPerson -
setHl7RepresentedOrganization
public void setHl7RepresentedOrganization(org.projecthusky.common.hl7cdar2.POCDMT000040Organization value) Sets the hl7RepresentedOrganization
-