au.gov.nehta.vendorlibrary.pcehr.clients.common.util
Class CommonHeaderValidator

java.lang.Object
  extended by au.gov.nehta.vendorlibrary.pcehr.clients.common.util.CommonHeaderValidator

public final class CommonHeaderValidator
extends java.lang.Object

Utility class used to validate the common header of a PCEHR client request.


Method Summary
static void validate(au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader commonHeader, boolean requireIHINumber)
          Validate the contents of the PCEHRHeader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

validate

public static void validate(au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader commonHeader,
                            boolean requireIHINumber)
Validate the contents of the PCEHRHeader.

Parameters:
commonHeader - A PCEHRHeader.
requireIHINumber - Is the IHINumber required?