Package be.recipe.services.patient
Class GetPrescriptionForPatient
- java.lang.Object
-
- be.recipe.services.patient.GetPrescriptionForPatient
-
public class GetPrescriptionForPatient extends Object
Java class for getPrescriptionForPatient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionForPatient"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GetPrescriptionForPatientParamSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="DisablePatientInsurabilityCheckParam" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ProgramIdentification" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Mguid" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleandisablePatientInsurabilityCheckParamprotected byte[]getPrescriptionForPatientParamSealedprotected Stringmguidprotected StringprogramIdentification
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForPatient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetDisablePatientInsurabilityCheckParam()byte[]getGetPrescriptionForPatientParamSealed()Gets the value of the getPrescriptionForPatientParamSealed property.StringgetMguid()Gets the value of the mguid property.StringgetProgramIdentification()Gets the value of the programIdentification property.BooleanisDisablePatientInsurabilityCheckParam()Gets the value of the disablePatientInsurabilityCheckParam property.voidsetDisablePatientInsurabilityCheckParam(Boolean value)Sets the value of the disablePatientInsurabilityCheckParam property.voidsetGetPrescriptionForPatientParamSealed(byte[] value)Sets the value of the getPrescriptionForPatientParamSealed property.voidsetMguid(String value)Sets the value of the mguid property.voidsetProgramIdentification(String value)Sets the value of the programIdentification property.
-
-
-
Method Detail
-
getGetPrescriptionForPatientParamSealed
public byte[] getGetPrescriptionForPatientParamSealed()
Gets the value of the getPrescriptionForPatientParamSealed property.- Returns:
- possible object is byte[]
-
setGetPrescriptionForPatientParamSealed
public void setGetPrescriptionForPatientParamSealed(byte[] value)
Sets the value of the getPrescriptionForPatientParamSealed property.- Parameters:
value- allowed object is byte[]
-
isDisablePatientInsurabilityCheckParam
public Boolean isDisablePatientInsurabilityCheckParam()
Gets the value of the disablePatientInsurabilityCheckParam property.- Returns:
- possible object is
Boolean
-
setDisablePatientInsurabilityCheckParam
public void setDisablePatientInsurabilityCheckParam(Boolean value)
Sets the value of the disablePatientInsurabilityCheckParam property.- Parameters:
value- allowed object isBoolean
-
getProgramIdentification
public String getProgramIdentification()
Gets the value of the programIdentification property.- Returns:
- possible object is
String
-
setProgramIdentification
public void setProgramIdentification(String value)
Sets the value of the programIdentification property.- Parameters:
value- allowed object isString
-
getMguid
public String getMguid()
Gets the value of the mguid property.- Returns:
- possible object is
String
-
setMguid
public void setMguid(String value)
Sets the value of the mguid property.- Parameters:
value- allowed object isString
-
getDisablePatientInsurabilityCheckParam
public Boolean getDisablePatientInsurabilityCheckParam()
-
-