
Class ObservationJson
- java.lang.Object
-
- ca.uhn.fhir.jpa.search.lastn.json.ObservationJson
-
public class ObservationJson extends Object
-
-
Constructor Summary
Constructors Constructor Description ObservationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>
getCategory_coding_code()
List<List<String>>
getCategory_coding_code_system_hash()
List<List<String>>
getCategory_coding_display()
List<List<String>>
getCategory_coding_system()
List<String>
getCategory_concept_text()
String
getCode_coding_code()
String
getCode_coding_code_system_hash()
String
getCode_coding_display()
String
getCode_coding_system()
String
getCode_concept_id()
String
getCode_concept_text()
Date
getEffectiveDtm()
String
getIdentifier()
String
getSubject()
void
setCategories(List<CodeJson> theCategories)
void
setCode(CodeJson theCode)
void
setCode_concept_id(String theCodeId)
void
setEffectiveDtm(Date theEffectiveDtm)
void
setIdentifier(String theIdentifier)
void
setSubject(String theSubject)
-
-
-
Constructor Detail
-
ObservationJson
public ObservationJson()
-
-
Method Detail
-
setIdentifier
public void setIdentifier(String theIdentifier)
-
setSubject
public void setSubject(String theSubject)
-
setCategories
public void setCategories(List<CodeJson> theCategories)
-
getCategory_concept_text
public List<String> getCategory_concept_text()
-
getCategory_coding_code_system_hash
public List<List<String>> getCategory_coding_code_system_hash()
-
getCategory_coding_code
public List<List<String>> getCategory_coding_code()
-
getCategory_coding_display
public List<List<String>> getCategory_coding_display()
-
getCategory_coding_system
public List<List<String>> getCategory_coding_system()
-
getCode_concept_text
public String getCode_concept_text()
-
getCode_coding_code_system_hash
public String getCode_coding_code_system_hash()
-
getCode_coding_code
public String getCode_coding_code()
-
getCode_coding_display
public String getCode_coding_display()
-
getCode_coding_system
public String getCode_coding_system()
-
setCode_concept_id
public void setCode_concept_id(String theCodeId)
-
getCode_concept_id
public String getCode_concept_id()
-
setEffectiveDtm
public void setEffectiveDtm(Date theEffectiveDtm)
-
getEffectiveDtm
public Date getEffectiveDtm()
-
getSubject
public String getSubject()
-
getIdentifier
public String getIdentifier()
-
-