|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.terminology.codeset.domain.CodeSystem
public class CodeSystem
A system of coded values that describe alternatives for a particular concept.
Constructor Summary | |
---|---|
CodeSystem()
Instantiates a new code system. |
Method Summary | |
---|---|
int |
compareTo(Object obj)
Compare to. |
boolean |
equals(Object o)
|
String |
getDescription()
Gets the description. |
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
String |
getOid()
Gets the oid. |
String |
getOwningOrganization()
The name of the organization that has responsibility for the code system. |
int |
hashCode()
|
void |
setDescription(String description)
Sets the description. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setOid(String oid)
Sets the oid. |
void |
setOwningOrganization(String owningOrganization)
Sets the owning organization. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeSystem()
Instantiates a new code system.
Method Detail |
---|
public Long getId()
Gets the id.
public void setId(Long id)
Sets the id.
id
- the new idpublic String getName()
Gets the name.
public void setName(String name)
Sets the name.
name
- the new namepublic String getOid()
Gets the oid.
public void setOid(String oid)
Sets the oid.
oid
- the new oidpublic String getDescription()
Gets the description.
public void setDescription(String description)
Sets the description.
description
- the new descriptionpublic int compareTo(Object obj)
Compare to.
obj
- the obj
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getOwningOrganization()
The name of the organization that has responsibility for the code system. For example, the list of Alpha-2 language codes that represent HumanLanguage is associated with code system 2.16.840.1.113883.6.84 is controlled by IETF. Thus, the owning organization name is "IETF".
public void setOwningOrganization(String owningOrganization)
Sets the owning organization.
owningOrganization
- the new owning organization
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |