Interface CharacteristicProcessor
- 
- All Known Implementing Classes:
 AdministrativeGenderCharacteristicProcessor,NoOpCharacteristicProcessor,PatientAgeCharacteristicProcessor,PregnancyStatusCharacteristicProcessor
public interface CharacteristicProcessorThe Group.Charactersitic to QueryParameter string. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(Group.Characteristic characteristic, String target, javax.ws.rs.core.MultivaluedMap<String,String> queryParams)Converts the characteristic to a query parameter string. 
 - 
 
- 
- 
Method Detail
- 
process
void process(Group.Characteristic characteristic, String target, javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
Converts the characteristic to a query parameter string. It adds to an existing query string.- Parameters:
 characteristic- the group characteristic that is passed intarget- the resource targetqueryParams- the updated query parameters
 
 - 
 
 -