Uses of Class
ca.uhn.fhir.model.dstu2.resource.Group.Characteristic
-
Uses of Group.Characteristic in ca.uhn.fhir.model.dstu2.resource
Modifier 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] ()Modifier and TypeMethodDescriptionGroup.getCharacteristic()
Gets the value(s) for characteristic ().Modifier and TypeMethodDescriptionGroup.addCharacteristic
(Group.Characteristic theValue) Adds a given new value for characteristic ()Modifier and TypeMethodDescriptionGroup.setCharacteristic
(List<Group.Characteristic> theValue) Sets the value(s) for characteristic ()