@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
53 lines (52 loc) • 892 B
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class LDP_Fields extends Hl7Fields {
/**
* Primary Key Value - LDP
*/
LDP_1: Hl7Field;
/**
* Location Department
*/
LDP_2: Hl7Field;
/**
* Location Service
*/
LDP_3: Hl7Field;
/**
* Specialty Type
*/
LDP_4: Hl7Field;
/**
* Valid Patient Classes
*/
LDP_5: Hl7Field;
/**
* Active/Inactive Flag
*/
LDP_6: Hl7Field;
/**
* Activation Date LDP
*/
LDP_7: Hl7Field;
/**
* Inactivation Date - LDP
*/
LDP_8: Hl7Field;
/**
* Inactivated Reason
*/
LDP_9: Hl7Field;
/**
* Visiting Hours
*/
LDP_10: Hl7Field;
/**
* Contact Phone
*/
LDP_11: Hl7Field;
/**
* Location Cost Center
*/
LDP_12: Hl7Field;
}