@Entity public class TermConceptProperty extends Object implements Serializable
Constructor and Description |
---|
TermConceptProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getCodeSystem()
Relevant only for properties of type
TermConceptPropertyTypeEnum.CODING |
String |
getDisplay()
Relevant only for properties of type
TermConceptPropertyTypeEnum.CODING |
String |
getKey() |
TermConceptPropertyTypeEnum |
getType() |
String |
getValue()
|
TermConceptProperty |
setCodeSystem(String theCodeSystem)
Relevant only for properties of type
TermConceptPropertyTypeEnum.CODING |
TermConceptProperty |
setCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion) |
void |
setConcept(TermConcept theConcept) |
TermConceptProperty |
setDisplay(String theDisplay)
Relevant only for properties of type
TermConceptPropertyTypeEnum.CODING |
void |
setKey(String theKey) |
TermConceptProperty |
setType(TermConceptPropertyTypeEnum theType) |
void |
setValue(String theValue)
|
String |
toString() |
public String getCodeSystem()
TermConceptPropertyTypeEnum.CODING
public TermConceptProperty setCodeSystem(String theCodeSystem)
TermConceptPropertyTypeEnum.CODING
public String getDisplay()
TermConceptPropertyTypeEnum.CODING
public TermConceptProperty setDisplay(String theDisplay)
TermConceptPropertyTypeEnum.CODING
public String getKey()
public void setKey(String theKey)
public TermConceptPropertyTypeEnum getType()
public TermConceptProperty setType(TermConceptPropertyTypeEnum theType)
public String getValue()
public void setValue(String theValue)
public TermConceptProperty setCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion)
public void setConcept(TermConcept theConcept)
Copyright © 2014–2019 University Health Network. All rights reserved.