Class ValueSetTm

java.lang.Object
ca.uhn.fhir.tinder.model.ValueSetTm

public class ValueSetTm extends Object
  • Constructor Details

    • ValueSetTm

      public ValueSetTm()
  • Method Details

    • addConcept

      public void addConcept(String theSystem, String theCode, String theText, String theDefinition)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getClassName

      public String getClassName()
    • getCodes

      public List<ValueSetTm.Code> getCodes()
    • getDescription

      public String getDescription()
    • getId

      public String getId()
    • getName

      public String getName()
    • hashCode

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

      public void setClassName(String theClassName)
    • setCodes

      public void setCodes(List<ValueSetTm.Code> theCodes)
    • setDescription

      public void setDescription(String theDescription)
    • setId

      public void setId(String theId)
    • setName

      public void setName(String theName)