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