Uses of Class
ca.uhn.fhir.model.dstu2.resource.Group
-
Uses of Group in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionGroup.addCharacteristic
(Group.Characteristic theValue) Adds a given new value for characteristic ()Group.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)Group.addMember
(Group.Member theValue) Adds a given new value for member ()Group.setActual
(boolean theBoolean) Sets the value for actual ()Group.setActual
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for actual ()Group.setCharacteristic
(List<Group.Characteristic> theValue) Sets the value(s) for characteristic ()Group.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()Group.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)Group.setMember
(List<Group.Member> theValue) Sets the value(s) for member ()Group.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Group.setQuantity
(int theInteger) Sets the value for quantity ()Group.setQuantity
(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) Sets the value(s) for quantity ()Group.setType
(GroupTypeEnum theValue) Sets the value(s) for type (class)Group.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<GroupTypeEnum> theValue) Sets the value(s) for type (class)