
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Group.Characteristic
Packages that use Group.Characteristic
-
Uses of Group.Characteristic in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Group.CharacteristicModifier and TypeMethodDescriptionGroup.addCharacteristic()
Adds and returns a new value for characteristic ()Group.getCharacteristicFirstRep()
Gets the first repetition for characteristic (), creating it if it does not already exist.Group.Characteristic.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()Group.Characteristic.setExclude
(boolean theBoolean) Sets the value for exclude ()Group.Characteristic.setExclude
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for exclude ()Sets the value(s) for period ()Group.Characteristic.setValue
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for value[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Group.CharacteristicModifier and TypeMethodDescriptionGroup.getCharacteristic()
Gets the value(s) for characteristic ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Group.CharacteristicModifier and TypeMethodDescriptionGroup.addCharacteristic
(Group.Characteristic theValue) Adds a given new value for characteristic ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Group.CharacteristicModifier and TypeMethodDescriptionGroup.setCharacteristic
(List<Group.Characteristic> theValue) Sets the value(s) for characteristic ()