org.hl7.rim

Interface Organization

public interface Organization extends RimObject, Entity

Interface for RIM class Organization.

An Entity representing a formalized group of entities with a common purpose (e.g. administrative, legal, political) and the infrastructure to carry out that purpose.

Examples: Companies and institutions, a government department, an incorporated body that is responsible for administering a facility, an insurance company.

Method Summary
BAG<AD>getAddr()
Gets attribute addr of type BAG and cardinality 0..*.
CEgetStandardIndustryClassCode()
Gets attribute standardIndustryClassCode of type CE and cardinality 0..1.
voidsetAddr(BAG<AD> value)
Sets attribute addr of type BAG and cardinality 0..*.
voidsetStandardIndustryClassCode(CE value)
Sets attribute standardIndustryClassCode of type CE and cardinality 0..1.

Method Detail

getAddr

public BAG<AD> getAddr()
Gets attribute addr of type BAG and cardinality 0..*.

The postal and/or residential address of an organization.

Returns: the attribute value

getStandardIndustryClassCode

public CE getStandardIndustryClassCode()
Gets attribute standardIndustryClassCode of type CE and cardinality 0..1.

A value representing the industrial category of an organization entity.

Examples: 11231-Chicken Egg Production, 6211- Offices of Physicians, 621511-Medical Laboratories, 524114-Direct Health and Medical Insurance Carriers

Returns: the attribute value

setAddr

public void setAddr(BAG<AD> value)
Sets attribute addr of type BAG and cardinality 0..*.

The postal and/or residential address of an organization.

Parameters: value the new attribute value

setStandardIndustryClassCode

public void setStandardIndustryClassCode(CE value)
Sets attribute standardIndustryClassCode of type CE and cardinality 0..1.

A value representing the industrial category of an organization entity.

Examples: 11231-Chicken Egg Production, 6211- Offices of Physicians, 621511-Medical Laboratories, 524114-Direct Health and Medical Insurance Carriers

Parameters: value the new attribute value