Uses of Class
ca.uhn.fhir.model.dstu3.composite.CodingDt
Packages that use CodingDt
-
Uses of CodingDt in ca.uhn.fhir.model.dstu3.composite
Methods in ca.uhn.fhir.model.dstu3.composite that return CodingDtModifier and TypeMethodDescriptionCodeableConceptDt.addCoding()Adds and returns a new value for coding ()CodeableConceptDt.getCodingFirstRep()Gets the first repetition for coding (), creating it if it does not already exist.CodingDt.setCode(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()CodingDt.setDisplay(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for display ()CodingDt.setDisplay(String theString) Sets the value for display ()CodingDt.setSystem(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for system ()Sets the value for system ()CodingDt.setUserSelected(boolean theBoolean) Sets the value for userSelected ()CodingDt.setUserSelected(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for userSelected ()CodingDt.setVersion(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version ()CodingDt.setVersion(String theString) Sets the value for version ()Methods in ca.uhn.fhir.model.dstu3.composite that return types with arguments of type CodingDtMethods in ca.uhn.fhir.model.dstu3.composite with parameters of type CodingDtModifier and TypeMethodDescriptionAdds a given new value for coding ()Method parameters in ca.uhn.fhir.model.dstu3.composite with type arguments of type CodingDtModifier and TypeMethodDescriptionSets the value(s) for coding ()