Uses of Class
ca.uhn.fhir.model.dstu2.resource.Group.Characteristic
-
Packages that use Group.Characteristic Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Group.Characteristic in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Group.Characteristic Modifier and Type Method Description Group.CharacteristicGroup. addCharacteristic()Adds and returns a new value for characteristic ()Group.CharacteristicGroup. getCharacteristicFirstRep()Gets the first repetition for characteristic (), creating it if it does not already exist.Group.CharacteristicGroup.Characteristic. setCode(CodeableConceptDt theValue)Sets the value(s) for code ()Group.CharacteristicGroup.Characteristic. setExclude(boolean theBoolean)Sets the value for exclude ()Group.CharacteristicGroup.Characteristic. setExclude(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for exclude ()Group.CharacteristicGroup.Characteristic. setPeriod(PeriodDt theValue)Sets the value(s) for period ()Group.CharacteristicGroup.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.Characteristic Modifier and Type Method Description List<Group.Characteristic>Group. getCharacteristic()Gets the value(s) for characteristic ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Group.Characteristic Modifier and Type Method Description GroupGroup. 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.Characteristic Modifier and Type Method Description GroupGroup. setCharacteristic(List<Group.Characteristic> theValue)Sets the value(s) for characteristic ()
-