
Uses of Class
org.hl7.fhir.r5.model.Condition
Packages that use Condition
-
Uses of Condition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConditionModifier and TypeMethodDescriptionprotected Condition
JsonParser.parseCondition
(com.google.gson.JsonObject json) protected Condition
XmlParser.parseCondition
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConditionModifier and TypeMethodDescriptionprotected void
JsonParser.composeCondition
(String name, Condition element) protected void
RdfParser.composeCondition
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Condition element, int index) protected void
XmlParser.composeCondition
(String name, Condition element) protected void
XmlParser.composeConditionElements
(Condition element) protected void
JsonParser.composeConditionProperties
(Condition element) protected boolean
XmlParser.parseConditionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition res) protected void
JsonParser.parseConditionProperties
(com.google.gson.JsonObject json, Condition res) -
Uses of Condition in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ConditionModifier and TypeMethodDescriptionCondition.addBodySite
(CodeableConcept t) Condition.addCategory
(CodeableConcept t) Condition.addEvidence
(CodeableReference t) Condition.addIdentifier
(Identifier t) Condition.addNote
(Annotation t) Condition.addParticipant
(Condition.ConditionParticipantComponent t) Condition.addStage
(Condition.ConditionStageComponent t) Condition.copy()
Condition.setAbatement
(DataType value) Condition.setBodySite
(List<CodeableConcept> theBodySite) Condition.setCategory
(List<CodeableConcept> theCategory) Condition.setClinicalStatus
(CodeableConcept value) Condition.setCode
(CodeableConcept value) Condition.setEncounter
(Reference value) Condition.setEvidence
(List<CodeableReference> theEvidence) Condition.setIdentifier
(List<Identifier> theIdentifier) Condition.setNote
(List<Annotation> theNote) Condition.setParticipant
(List<Condition.ConditionParticipantComponent> theParticipant) Condition.setRecordedDate
(Date value) Condition.setRecordedDateElement
(DateTimeType value) Condition.setSeverity
(CodeableConcept value) Condition.setStage
(List<Condition.ConditionStageComponent> theStage) Condition.setSubject
(Reference value) Condition.setVerificationStatus
(CodeableConcept value) protected Condition
Condition.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Condition