be.ehealth.business.mycarenetdomaincommons.domain
Class Nihii

java.lang.Object
  extended by be.ehealth.business.mycarenetdomaincommons.domain.Nihii

public class Nihii
extends Object

maps to the mycarenet NihiiType. cfr documentation from mycarenet :

 The NIHII consists of the quality (nurse, hospital, pharmacy, …) and the identification number. The different values for the quality are described in the referenced document: 'MyCareNet Authentication Catalogue.docx'. See the section 'Message variants' for more information about the id, ref and valueRef attributes.
 


Constructor Summary
Nihii(String quality, String value)
           
 
Method Summary
 String getQuality()
           
 String getValue()
           
 void setQuality(String quality)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nihii

public Nihii(String quality,
             String value)
Parameters:
quality -
value -
Method Detail

getQuality

public String getQuality()
Returns:
the quality

setQuality

public void setQuality(String quality)
Parameters:
quality - the quality to set

getValue

public String getValue()
Returns:
the nihii number string

setValue

public void setValue(String value)
Parameters:
value - the nihii number string to set



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.