Package com.clinia.model.common
Class V1Coding
java.lang.Object
com.clinia.model.common.V1Coding
A reference to a code defined by a terminology system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCode()A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents.A sequence of Unicode characters.getId()A sequence of Unicode characters.String of characters used to identify a name or a resource.A sequence of Unicode characters.inthashCode()setDisplay(String display) setVersion(String version) toString()
-
Constructor Details
-
V1Coding
public V1Coding()
-
-
Method Details
-
setId
-
getId
A sequence of Unicode characters. -
setSystem
-
getSystem
String of characters used to identify a name or a resource. -
setVersion
-
getVersion
A sequence of Unicode characters. -
setCode
-
getCode
A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents. -
setDisplay
-
getDisplay
A sequence of Unicode characters. -
equals
-
hashCode
public int hashCode() -
toString
-