Class V1Coding

java.lang.Object
com.clinia.model.common.V1Coding

public class V1Coding extends Object
A reference to a code defined by a terminology system.
  • Constructor Details

    • V1Coding

      public V1Coding()
  • Method Details

    • setId

      public V1Coding setId(String id)
    • getId

      @Nullable public String getId()
      A sequence of Unicode characters.
    • setSystem

      public V1Coding setSystem(String system)
    • getSystem

      @Nullable public String getSystem()
      String of characters used to identify a name or a resource.
    • setVersion

      public V1Coding setVersion(String version)
    • getVersion

      @Nullable public String getVersion()
      A sequence of Unicode characters.
    • setCode

      public V1Coding setCode(String code)
    • getCode

      @Nullable public String 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

      public V1Coding setDisplay(String display)
    • getDisplay

      @Nullable public String getDisplay()
      A sequence of Unicode characters.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object